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