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