toArray method

List toArray()

Serialize a TautulliPlexLog object to a JSON map.

Implementation

List<dynamic> toArray() => [timestamp, level, message];