GroupedScalarTimeseriesResponse constructor

GroupedScalarTimeseriesResponse({
  1. required Map<String, List<GroupedScalarTimeseries>> groups,
  2. String? nextCursor,
})

Implementation

GroupedScalarTimeseriesResponse({required this.groups, this.nextCursor});