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