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