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