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