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