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