coreValue property

  1. @visibleForTesting
RT_StartTimeUsage coreValue

Implementation

@visibleForTesting
RT_StartTimeUsage get coreValue => switch (this) {
      departureTime => RT_StartTimeUsage.RT_StartTimeUsage_departureTime,
      arrivalTime => RT_StartTimeUsage.RT_StartTimeUsage_arrivalTime,
    };