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