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