StorageQuota constructor

StorageQuota({
  1. int? usedSpace,
  2. int? userCapacity,
})

Implementation

StorageQuota({
  this.usedSpace,
  this.userCapacity,
});