AboutQuotaBytesByService.fromJson constructor

AboutQuotaBytesByService.fromJson(
  1. Map json_
)

Implementation

AboutQuotaBytesByService.fromJson(core.Map json_)
    : this(
        bytesUsed: json_['bytesUsed'] as core.String?,
        serviceName: json_['serviceName'] as core.String?,
      );