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