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