$paste static method
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);
}