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