Invocation class

Representation of the invocation of a member on an object.

Representation of the invocation of a member on an object.

This is the type of objects passed to Object.noSuchMethod when an object doesn't support the member invocation that was attempted on it.

Constructors

Invocation ( )

Instance Properties

memberName Symbol
read-only
positionalArguments List
read-only
namedArguments Map<Symbol>
read-only
isMethod bool
read-only
isGetter bool
read-only
isSetter bool
read-only
isAccessor bool
read-only