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