TautulliSearch class

Model to store search results of your Plex Media Server library.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliSearch({int? count, TautulliSearchResults? results})
TautulliSearch.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliSearch object.
factory

Properties

count int?
Total amount of returned results.
final
hashCode int
The hash code for this object.
no setterinherited
results TautulliSearchResults?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a TautulliSearch 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