SonarrBlocklist class
- Annotations
-
- @Freezed.new()
Constructors
-
SonarrBlocklist({required int id, required int seriesId, List<
int> ? episodeIds, String? sourceTitle, List<SonarrLanguage> ? languages, required SonarrQualityModel quality, List<SonarrCustomFormat> ? customFormats, required DateTime date, required SonarrDownloadProtocol protocol, String? indexer, String? message, SonarrSeries? series}) -
constfactory
-
SonarrBlocklist.fromJson(Map<
String, Object?> json) -
factory
Properties
-
copyWith
→ $SonarrBlocklistCopyWith<
SonarrBlocklist> -
no setterinherited
-
customFormats
→ List<
SonarrCustomFormat> ? -
no setterinherited
- date → DateTime
-
no setterinherited
-
episodeIds
→ List<
int> ? -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
no setterinherited
- indexer → String?
-
no setterinherited
-
languages
→ List<
SonarrLanguage> ? -
no setterinherited
- message → String?
-
no setterinherited
- protocol → SonarrDownloadProtocol
-
no setterinherited
- quality → SonarrQualityModel
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- series → SonarrSeries?
-
no setterinherited
- seriesId → int
-
no setterinherited
- sourceTitle → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited