DashboardDataCollectionChartModel constructor

const DashboardDataCollectionChartModel({
  1. required String name,
  2. String? type,
  3. required String dataCollectionId,
})

Implementation

const DashboardDataCollectionChartModel({
  required this.name,
  this.type,
  required this.dataCollectionId,
});