RadarrTag constructor

RadarrTag({
  1. int? id,
  2. String? label,
})

Implementation

RadarrTag({
    this.id,
    this.label,
});