OverseerrUserQuota.fromJson constructor

OverseerrUserQuota.fromJson(
  1. Map<String, dynamic> json
)

Deserialize a JSON map to a OverseerrUserQuota object.

Implementation

factory OverseerrUserQuota.fromJson(Map<String, dynamic> json) =>
    _$OverseerrUserQuotaFromJson(json);