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