coreValue property

  1. @visibleForTesting
RT_GenerateOfflineMapUpdateMode coreValue

Implementation

@visibleForTesting
RT_GenerateOfflineMapUpdateMode get coreValue => switch (this) {
      syncWithFeatureServices => RT_GenerateOfflineMapUpdateMode
          .RT_GenerateOfflineMapUpdateMode_syncWithFeatureServices,
      noUpdates => RT_GenerateOfflineMapUpdateMode
          .RT_GenerateOfflineMapUpdateMode_noUpdates,
    };