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