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