DescribeUserPoolResponse constructor

DescribeUserPoolResponse({
  1. UserPoolType? userPool,
})

Implementation

DescribeUserPoolResponse({
  this.userPool,
});