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