$cut static method
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);
}
Wrapper for the PhysicalKeyboardKey.cut getter
static $Value? $cut(Runtime runtime, $Value? target, List<$Value?> args) {
const value = PhysicalKeyboardKey.cut;
return $PhysicalKeyboardKey.wrap(value);
}