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