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