const AwsCognitoResponse()

in lib/events/cognito_event.dart [123:135]


  const AwsCognitoResponse(
      {this.autoConfirmUser,
      this.autoVerifyEmail,
      this.autoVerifyPhone,
      this.claimsOverrideDetails,
      this.userAttributes,
      this.finalUserStatus,
      this.desiredDeliveryMediums,
      this.forceAliasCreation,
      this.messageAction,
      this.smsMessage,
      this.emailMessage,
      this.emailSubject});