SonarrNamingConfigExamples class
- Annotations
-
- @Freezed.new()
Constructors
- SonarrNamingConfigExamples({required String singleEpisodeExample, required String multiEpisodeExample, required String dailyEpisodeExample, required String animeEpisodeExample, required String animeMultiEpisodeExample, required String seriesFolderExample, required String seasonFolderExample, required String specialsFolderExample})
-
constfactory
-
SonarrNamingConfigExamples.fromJson(Map<
String, Object?> json) -
factory
Properties
- animeEpisodeExample → String
-
no setterinherited
- animeMultiEpisodeExample → String
-
no setterinherited
-
copyWith
→ $SonarrNamingConfigExamplesCopyWith<
SonarrNamingConfigExamples> -
no setterinherited
- dailyEpisodeExample → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- multiEpisodeExample → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seasonFolderExample → String
-
no setterinherited
- seriesFolderExample → String
-
no setterinherited
- singleEpisodeExample → String
-
no setterinherited
- specialsFolderExample → 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