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