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