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