coreValue property

  1. @visibleForTesting
RT_CurbApproach coreValue

Implementation

@visibleForTesting
RT_CurbApproach get coreValue => switch (this) {
      eitherSide => RT_CurbApproach.RT_CurbApproach_eitherSide,
      leftSide => RT_CurbApproach.RT_CurbApproach_leftSide,
      rightSide => RT_CurbApproach.RT_CurbApproach_rightSide,
      noUTurn => RT_CurbApproach.RT_CurbApproach_noUTurn,
      unknown => RT_CurbApproach.RT_CurbApproach_unknown,
    };