ServiceInvocation class

Implemented types

Constructors

ServiceInvocation(Invoker invoker, Introspector inspector, Parameters parameters, List arguments, Map<String, String> attachments, Uint8List buffer, Execution execution, URN urn)

Properties

arguments List
GetArguments parameters.
final
attachments Map<String, String>
GetAttachments the attachments. The attributes will be serialized.
final
buffer Uint8List
GetBuffer get the input buffer.
final
execution Execution
GetExecution get the invocation execution.
final
hashCode int
The hash code for this object.
no setterinherited
inspector Introspector
GetInspector interface.
final
invoker Invoker
GetProxy the delegate target object.
final
parameters Parameters
GetParameters parameters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urn URN
GetURN get the invoked urn.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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