TautulliSeriesData class

Model to store an individual series data for graph data from Tautulli.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliSeriesData({String? name, List<int?>? data})
TautulliSeriesData.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliSeriesData object.
factory

Properties

data List<int?>?
The data of the series.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the series.
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 TautulliSeriesData 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