TraktSyncNotFound class
Items not found during a sync operation.
Constructors
-
TraktSyncNotFound({required List<
TraktIds> movies, required List<TraktIds> shows, required List<TraktIds> seasons, required List<TraktIds> episodes, required List<TraktIds> people}) - Creates a new TraktSyncNotFound instance.
- TraktSyncNotFound.empty()
-
Creates an empty TraktSyncNotFound instance.
factory
-
TraktSyncNotFound.fromJson(Map<
String, dynamic> json) -
Creates a TraktSyncNotFound from a JSON map.
factory
Properties
-
episodes
→ List<
TraktIds> -
List of episodes not found.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
movies
→ List<
TraktIds> -
List of movies not found.
final
-
people
→ List<
TraktIds> -
List of people not found.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
seasons
→ List<
TraktIds> -
List of seasons not found.
final
-
shows
→ List<
TraktIds> -
List of shows not found.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited