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
hashCode int
The hash code for this object.
no setterinherited
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
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

Operators

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