values constant
Implementation
static const Map<ElevationMode, String> values = {
ElevationMode.onTheGround: 'on-the-ground',
ElevationMode.absoluteHeight: 'absolute-height',
ElevationMode.relativeToGround: 'relative-to-ground',
ElevationMode.relativeToScene: 'relative-to-scene',
};