$lang3 static method

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

Wrapper for the PhysicalKeyboardKey.lang3 getter

Implementation

static $Value? $lang3(Runtime runtime, $Value? target, List<$Value?> args) {
  const value = PhysicalKeyboardKey.lang3;
  return $PhysicalKeyboardKey.wrap(value);
}