coreValue property
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,
};