$tvTimer static method

$Value? $tvTimer(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

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);
}