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