QuotaInfo constructor

QuotaInfo({
  1. required StorageSize? quota,
  2. required StorageSize size,
})

Implementation

QuotaInfo({
  required this.quota,
  required this.size,
});