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