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