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