$of static method
Create a new instance of $Navigator calling Navigator.of from args
Implementation
static $Value? $of(Runtime runtime, $Value? target, List<$Value?> args) {
return $NavigatorState.wrap(Navigator.of(args[0]!.$value));
}
Create a new instance of $Navigator calling Navigator.of from args
static $Value? $of(Runtime runtime, $Value? target, List<$Value?> args) {
return $NavigatorState.wrap(Navigator.of(args[0]!.$value));
}