RadarrQualityProfileItem constructor

RadarrQualityProfileItem({
  1. String? name,
  2. RadarrQuality? quality,
  3. List<RadarrQualityProfileItem>? items,
  4. bool? allowed,
  5. int? id,
})

Implementation

RadarrQualityProfileItem({
    this.name,
    this.quality,
    this.items,
    this.allowed,
    this.id,
});