coreValue property

  1. @visibleForTesting
RT_PreplannedUpdateMode coreValue

Implementation

@visibleForTesting
RT_PreplannedUpdateMode get coreValue => switch (this) {
      noUpdates => RT_PreplannedUpdateMode.RT_PreplannedUpdateMode_noUpdates,
      syncWithFeatureServices => RT_PreplannedUpdateMode
          .RT_PreplannedUpdateMode_syncWithFeatureServices,
      downloadScheduledUpdates => RT_PreplannedUpdateMode
          .RT_PreplannedUpdateMode_downloadScheduledUpdates,
      downloadScheduledUpdatesAndUploadNewFeatures => RT_PreplannedUpdateMode
          .RT_PreplannedUpdateMode_downloadScheduledUpdatesAndUploadNewFeatures,
    };