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