coreValue property

  1. @visibleForTesting
RT_MGRSGridLabelUnit coreValue

Implementation

@visibleForTesting
RT_MGRSGridLabelUnit get coreValue => switch (this) {
      kilometersMeters =>
        RT_MGRSGridLabelUnit.RT_MGRSGridLabelUnit_kilometersMeters,
      meters => RT_MGRSGridLabelUnit.RT_MGRSGridLabelUnit_meters,
    };