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