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