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