coreValue property

  1. @visibleForTesting
RT_DirectionsStyle coreValue

Implementation

@visibleForTesting
RT_DirectionsStyle get coreValue => switch (this) {
      desktop => RT_DirectionsStyle.RT_DirectionsStyle_desktop,
      navigation => RT_DirectionsStyle.RT_DirectionsStyle_navigation,
      campus => RT_DirectionsStyle.RT_DirectionsStyle_campus,
    };