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