$new static method
Wrapper for the MapController.new constructor
Implementation
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $MapController.wrap(MapController());
}
Wrapper for the MapController.new constructor
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $MapController.wrap(MapController());
}