StorageRuleType constructor

StorageRuleType({
  1. int? storageAllocatedInBytes,
  2. StorageType? storageType,
})

Implementation

StorageRuleType({
  this.storageAllocatedInBytes,
  this.storageType,
});