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