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