Properties
-
callerIdentity
↔ String
-
The unique participant identity of the caller.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
payload
↔ String
-
The payload of the request. User-definable format, typically JSON.
getter/setter pair
-
requestId
↔ String
-
The unique request ID. Will match at both sides of the call, useful for debugging or logging.
getter/setter pair
-
responseTimeoutMs
↔ int
-
The maximum time the caller will wait for a response.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited