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