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