UserStorageMetadata constructor

UserStorageMetadata({
  1. StorageRuleType? storageRule,
  2. int? storageUtilizedInBytes,
})

Implementation

UserStorageMetadata({
  this.storageRule,
  this.storageUtilizedInBytes,
});