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