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