coreValue property

  1. @visibleForTesting
RT_NetworkDirectionsSupport coreValue

Implementation

@visibleForTesting
RT_NetworkDirectionsSupport get coreValue => switch (this) {
      unknown =>
        RT_NetworkDirectionsSupport.RT_NetworkDirectionsSupport_unknown,
      unsupported =>
        RT_NetworkDirectionsSupport.RT_NetworkDirectionsSupport_unsupported,
      supported =>
        RT_NetworkDirectionsSupport.RT_NetworkDirectionsSupport_supported,
    };