IdentityUsage constructor

IdentityUsage({
  1. int? dataStorage,
  2. int? datasetCount,
  3. String? identityId,
  4. String? identityPoolId,
  5. DateTime? lastModifiedDate,
})

Implementation

IdentityUsage({
  this.dataStorage,
  this.datasetCount,
  this.identityId,
  this.identityPoolId,
  this.lastModifiedDate,
});