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