$values static method
Wrapper for the RegionSpeedUnit.values getter
Implementation
static $Value? $values(Runtime runtime, $Value? target, List<$Value?> args) {
final value = RegionSpeedUnit.values;
return $List.view(value, (e) => $RegionSpeedUnit.wrap(e));
}