NextInvocation constructor
const
NextInvocation({})
Implementation
const NextInvocation({
required this.requestId,
this.deadlineMs,
this.traceId,
this.clientContext,
this.cognitoIdentity,
this.invokedFunctionArn,
required this.response,
});