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