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