coreValue property
Implementation
@visibleForTesting
RT_QueryFeatureFields get coreValue => switch (this) {
idsOnly => RT_QueryFeatureFields.RT_QueryFeatureFields_idsOnly,
minimum => RT_QueryFeatureFields.RT_QueryFeatureFields_minimum,
loadAll => RT_QueryFeatureFields.RT_QueryFeatureFields_loadAll,
};