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