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