TautulliPlexLog class

Model to store a Plex Media Server or Plex Media Scanner log.

Constructors

TautulliPlexLog({String? timestamp, String? level, String? message})
TautulliPlexLog.fromArray(List data)
Deserialize a JSON map to a TautulliPlexLog object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
level String?
The log level.
final
message String?
The log message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp String?
The date and time of the log.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArray() List
Serialize a TautulliPlexLog 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