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