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