coreValue property

  1. @visibleForTesting
RT_UtilityNetworkSyncMode coreValue

Implementation

@visibleForTesting
RT_UtilityNetworkSyncMode get coreValue => switch (this) {
      none => RT_UtilityNetworkSyncMode.RT_UtilityNetworkSyncMode_none,
      syncSystemTables =>
        RT_UtilityNetworkSyncMode.RT_UtilityNetworkSyncMode_syncSystemTables,
      syncSystemAndTopologyTables => RT_UtilityNetworkSyncMode
          .RT_UtilityNetworkSyncMode_syncSystemAndTopologyTables,
    };