$keyM static method

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

Wrapper for the PhysicalKeyboardKey.keyM getter

Implementation

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