RadarrQualityProfileFormatItem constructor

RadarrQualityProfileFormatItem({
  1. int? format,
  2. String? name,
  3. int? score,
})

Implementation

RadarrQualityProfileFormatItem({
    this.format,
    this.name,
    this.score,
});