QuotaStatusWarning_Code.fromJson constructor
QuotaStatusWarning_Code.fromJson(
- Object? json
Implementation
factory QuotaStatusWarning_Code.fromJson(Object? json) =>
QuotaStatusWarning_Code(json as String);