coreValue property

  1. @visibleForTesting
RT_ServiceAreaPolygonCutoffGeometry coreValue

Implementation

@visibleForTesting
RT_ServiceAreaPolygonCutoffGeometry get coreValue => switch (this) {
      rings => RT_ServiceAreaPolygonCutoffGeometry
          .RT_ServiceAreaPolygonCutoffGeometry_rings,
      disks => RT_ServiceAreaPolygonCutoffGeometry
          .RT_ServiceAreaPolygonCutoffGeometry_disks,
    };