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