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