QuotaStatusWarning_Code.fromJson constructor

QuotaStatusWarning_Code.fromJson(
  1. Object? json
)

Implementation

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