coreValue property

  1. @visibleForTesting
RT_SnapState coreValue

Implementation

@visibleForTesting
RT_SnapState get coreValue => switch (this) {
      unsnapped => RT_SnapState.RT_SnapState_unsnapped,
      snappedToFeature => RT_SnapState.RT_SnapState_snappedToFeature,
      snappedToGeometryGuide =>
        RT_SnapState.RT_SnapState_snappedToGeometryGuide,
    };