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