InvocationResult class

Invocation result is the result that the invoked handler returns and is posted to the Lambda Runtime Interface.

Constructors

InvocationResult(String requestId, dynamic body)
const

Properties

body → dynamic
The result of the handler execution. This can contain any json-encodable data type.
final
requestId → String
The Id of the request in the Lambda Runtime Interface. This is used to associate the result of the handler with the triggered execution in the Runtime.
final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited