RadarrImportList constructor

RadarrImportList({
  1. bool? enabled,
  2. bool? enableAuto,
  3. bool? shouldMonitor,
  4. String? rootFolderPath,
  5. int? qualityProfileId,
  6. bool? searchOnAdd,
  7. RadarrAvailability? minimumAvailability,
  8. String? listType,
  9. int? listOrder,
  10. String? name,
  11. List<Map>? fields,
  12. String? implementationName,
  13. String? implementation,
  14. String? configContract,
  15. String? infoLink,
  16. List<int>? tags,
  17. int? id,
})

Implementation

RadarrImportList({
    this.enabled,
    this.enableAuto,
    this.shouldMonitor,
    this.rootFolderPath,
    this.qualityProfileId,
    this.searchOnAdd,
    this.minimumAvailability,
    this.listType,
    this.listOrder,
    this.name,
    this.fields,
    this.implementationName,
    this.implementation,
    this.configContract,
    this.infoLink,
    this.tags,
    this.id,
});