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