NextInvocation constructor

const NextInvocation(
  1. {String requestId,
  2. String deadlineMs,
  3. String traceId,
  4. String clientContext,
  5. String cognitoIdentity,
  6. String invokedFunctionArn,
  7. Map<String, dynamic> response}
)

Implementation

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