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