TautulliSearchResults class

Model to store search result lists from your Plex Media Server library.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliSearchResults({List<TautulliSearchResult>? albums, List<TautulliSearchResult>? artists, List<TautulliSearchResult>? collections, List<TautulliSearchResult>? episodes, List<TautulliSearchResult>? movies, List<TautulliSearchResult>? seasons, List<TautulliSearchResult>? shows, List<TautulliSearchResult>? tracks})
TautulliSearchResults.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliSearchResults object.
factory

Properties

albums List<TautulliSearchResult>?
List of album results.
final
artists List<TautulliSearchResult>?
List of artist results.
final
collections List<TautulliSearchResult>?
List of collection results.
final
episodes List<TautulliSearchResult>?
List of episode results.
final
hashCode int
The hash code for this object.
no setterinherited
movies List<TautulliSearchResult>?
List of movie results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasons List<TautulliSearchResult>?
List of season results.
final
shows List<TautulliSearchResult>?
List of show results.
final
tracks List<TautulliSearchResult>?
List of track results.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a TautulliSearchResults object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited