Invocation class

Inheritance

Constructors

Invocation(int requestId, int registrationId, InvocationDetails details, {List? arguments, Map<String, dynamic>? argumentsKeywords})

Properties

arguments List?
getter/setter pairinherited
argumentsKeywords Map<String, dynamic>?
getter/setter pairinherited
details InvocationDetails
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pairinherited
registrationId int
getter/setter pair
requestId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transparentBinaryPayload Uint8List?
getter/setter pairinherited

Methods

copyPayloadTo(AbstractMessageWithPayload message) → void
Transfers the message payload to another message
inherited
isProgressive() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResponse(void onData(AbstractMessageWithPayload invocationResultMessage)) → void
respondWith({List? arguments, Map<String, dynamic>? argumentsKeywords, bool isError = false, String? errorUri, YieldOptions? options}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited