IdentityPoolUsage constructor

IdentityPoolUsage({
  1. int? dataStorage,
  2. String? identityPoolId,
  3. DateTime? lastModifiedDate,
  4. int? syncSessionsCount,
})

Implementation

IdentityPoolUsage({
  this.dataStorage,
  this.identityPoolId,
  this.lastModifiedDate,
  this.syncSessionsCount,
});