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