NextInvocation constructor
Implementation
const NextInvocation(
{this.requestId,
this.deadlineMs,
this.traceId,
this.clientContext,
this.cognitoIdentity,
this.invokedFunctionArn,
this.response})
: assert(requestId != null);