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