$new static method
Wrapper for the WidgetStatesController.new constructor
Implementation
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $WidgetStatesController.wrap(
WidgetStatesController((args[0]?.$reified as Set?)?.cast()),
);
}