TautulliHomeStats class

Model to store the data for the home statistics.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliHomeStats({String? id, String? title, String? type, List<Map<String, dynamic>>? data})
TautulliHomeStats.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliHomeStats object.
factory

Properties

data List<Map<String, dynamic>>?
Statistics data.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
ID for the statistic type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Statistic title.
final
type String?
Statistic type.
final

Methods

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