TautulliServerIdentity class

Model to store the Plex server identity used in Tautulli.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliServerIdentity({String? machineIdentifier, String? version})
TautulliServerIdentity.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliServerIdentity object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
machineIdentifier String?
The machine identifier key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The Plex Media Server version currently installed.
final

Methods

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