UserStorageMetadata constructor
      
      UserStorageMetadata({ 
    
    
- StorageRuleType? storageRule,
- int? storageUtilizedInBytes,
Implementation
UserStorageMetadata({
  this.storageRule,
  this.storageUtilizedInBytes,
});