$cut static method

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

Wrapper for the PhysicalKeyboardKey.cut getter

Implementation

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