$new static method
Wrapper for the GeoJsonLoadException.new constructor
Implementation
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $GeoJsonLoadException.wrap(GeoJsonLoadException(args[0]!.$value));
}
Wrapper for the GeoJsonLoadException.new constructor
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $GeoJsonLoadException.wrap(GeoJsonLoadException(args[0]!.$value));
}