$copy static method
Wrapper for the PhysicalKeyboardKey.copy getter
Implementation
static $Value? $copy(Runtime runtime, $Value? target, List<$Value?> args) {
const value = PhysicalKeyboardKey.copy;
return $PhysicalKeyboardKey.wrap(value);
}
Wrapper for the PhysicalKeyboardKey.copy getter
static $Value? $copy(Runtime runtime, $Value? target, List<$Value?> args) {
const value = PhysicalKeyboardKey.copy;
return $PhysicalKeyboardKey.wrap(value);
}