$of static method
Wrapper for the MapOptions.of method
Implementation
static $Value? $of(Runtime runtime, $Value? target, List<$Value?> args) {
final value = MapOptions.of(args[0]!.$value);
return $MapOptions.wrap(value);
}
Wrapper for the MapOptions.of method
static $Value? $of(Runtime runtime, $Value? target, List<$Value?> args) {
final value = MapOptions.of(args[0]!.$value);
return $MapOptions.wrap(value);
}