coreValue property

  1. @visibleForTesting
RT_WMSVersion coreValue

Implementation

@visibleForTesting
RT_WMSVersion get coreValue => switch (this) {
      v110 => RT_WMSVersion.RT_WMSVersion_v110,
      v111 => RT_WMSVersion.RT_WMSVersion_v111,
      v130 => RT_WMSVersion.RT_WMSVersion_v130,
    };