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