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