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