const AwsCognitoEvent()

in lib/events/cognito_event.dart [31:39]


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