AboutQuotaBytesByService constructor

AboutQuotaBytesByService({
  1. String? bytesUsed,
  2. String? serviceName,
})

Implementation

AboutQuotaBytesByService({
  this.bytesUsed,
  this.serviceName,
});