coreValue property

  1. @visibleForTesting
RT_ServiceAreaPolygonDetail coreValue

Implementation

@visibleForTesting
RT_ServiceAreaPolygonDetail get coreValue => switch (this) {
      generalized =>
        RT_ServiceAreaPolygonDetail.RT_ServiceAreaPolygonDetail_generalized,
      standard =>
        RT_ServiceAreaPolygonDetail.RT_ServiceAreaPolygonDetail_standard,
      high => RT_ServiceAreaPolygonDetail.RT_ServiceAreaPolygonDetail_high,
    };