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