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