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