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