$paste static method

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

Wrapper for the PhysicalKeyboardKey.paste getter

Implementation

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