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