NextInvocation constructor

const NextInvocation({String requestId, String deadlineMs, String traceId, String clientContext, String cognitoIdentity, String invokedFunctionArn, Map<String, dynamic> response })

Implementation

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