$redo static method
Wrapper for the PhysicalKeyboardKey.redo getter
Implementation
static $Value? $redo(Runtime runtime, $Value? target, List<$Value?> args) {
const value = PhysicalKeyboardKey.redo;
return $PhysicalKeyboardKey.wrap(value);
}
Wrapper for the PhysicalKeyboardKey.redo getter
static $Value? $redo(Runtime runtime, $Value? target, List<$Value?> args) {
const value = PhysicalKeyboardKey.redo;
return $PhysicalKeyboardKey.wrap(value);
}