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