This type represents python **kwargs feature, supporting passing named arguments to a function.

Example:

function f(kwargs:KwArgs<{a:Int}>) {}
f({a: 10});

Methods

@:implinlineget<V>(key:String, def:V):V

@:impl@:toinlinetoDict():Dict<String, Dynamic>

@:implinlinetyped():T