coreValue property

  1. @visibleForTesting
RT_UTurnPolicy coreValue

Implementation

@visibleForTesting
RT_UTurnPolicy get coreValue => switch (this) {
      notAllowed => RT_UTurnPolicy.RT_UTurnPolicy_notAllowed,
      allowedAtDeadEnds => RT_UTurnPolicy.RT_UTurnPolicy_allowedAtDeadEnds,
      allowedAtIntersections =>
        RT_UTurnPolicy.RT_UTurnPolicy_allowedAtIntersections,
      allowedAtDeadEndsAndIntersections =>
        RT_UTurnPolicy.RT_UTurnPolicy_allowedAtDeadEndsAndIntersections,
    };