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