IdentityPoolShortDescription constructor

IdentityPoolShortDescription({
  1. String? identityPoolId,
  2. String? identityPoolName,
})

Implementation

IdentityPoolShortDescription({
  this.identityPoolId,
  this.identityPoolName,
});