coreValue property

  1. @visibleForTesting
RT_PreplannedScheduledUpdatesOption coreValue

Implementation

@visibleForTesting
RT_PreplannedScheduledUpdatesOption get coreValue => switch (this) {
      noUpdates => RT_PreplannedScheduledUpdatesOption
          .RT_PreplannedScheduledUpdatesOption_noUpdates,
      downloadAllUpdates => RT_PreplannedScheduledUpdatesOption
          .RT_PreplannedScheduledUpdatesOption_downloadAllUpdates,
    };