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