RadarrRootFolder constructor

RadarrRootFolder({
  1. String? path,
  2. bool? accessible,
  3. int? freeSpace,
  4. List<RadarrUnmappedFolder>? unmappedFolders,
  5. int? id,
})

Implementation

RadarrRootFolder({
    this.path,
    this.accessible,
    this.freeSpace,
    this.unmappedFolders,
    this.id,
});