$new static method
Create a new instance of $Navigator from args
Implementation
static $Value? $new(Runtime runtime, $Value? target, List<$Value?> args) {
return const $Navigator.wrap(Navigator());
}
Create a new instance of $Navigator from args
static $Value? $new(Runtime runtime, $Value? target, List<$Value?> args) {
return const $Navigator.wrap(Navigator());
}