AwsCognitoEvent constructor

const AwsCognitoEvent(
  1. {int version,
  2. String triggerSource,
  3. String region,
  4. String userPoolId,
  5. String userName,
  6. Map<String, String> callerContext,
  7. AwsCognitoRequest request,
  8. AwsCognitoResponse response}
)

Implementation

const AwsCognitoEvent(
    {this.version,
    this.triggerSource,
    this.region,
    this.userPoolId,
    this.userName,
    this.callerContext,
    this.request,
    this.response});