QuotaProperties.fromJson constructor

QuotaProperties.fromJson(
  1. Map json_
)

Implementation

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