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