TautulliLibraryName class

Model to store basic name and data about a library from Plex.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliLibraryName({int? sectionId, String? sectionName, TautulliSectionType? sectionType, String? agent})
TautulliLibraryName.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliLibraryName object.
factory

Properties

agent String?
The metadata agent being used for the library.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionId int?
The library's section ID.
final
sectionName String?
THe name of the library section in Plex.
final
sectionType TautulliSectionType?
The type of content stored in this library.
final

Methods

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