QuotaProperties.fromJson constructor
QuotaProperties.fromJson(
- Map json_
Implementation
QuotaProperties.fromJson(core.Map json_)
: this(quotaMode: json_['quotaMode'] as core.String?);
QuotaProperties.fromJson(core.Map json_)
: this(quotaMode: json_['quotaMode'] as core.String?);