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