AboutStorageQuota constructor

AboutStorageQuota({
  1. String? limit,
  2. String? usage,
  3. String? usageInDrive,
  4. String? usageInDriveTrash,
})

Implementation

AboutStorageQuota({
  this.limit,
  this.usage,
  this.usageInDrive,
  this.usageInDriveTrash,
});