scoreData property

Map<String, Timeseries> scoreData
final

This data will be used to display cards in the Flutter Dashboard.

Implementation

final Map<String, Timeseries> scoreData = <String, Timeseries>{};