CreateUserPoolResponse constructor

CreateUserPoolResponse({
  1. UserPoolType? userPool,
})

Implementation

CreateUserPoolResponse({
  this.userPool,
});