DashboardCallSuccessChartModel constructor

const DashboardCallSuccessChartModel({
  1. required String name,
  2. String? type,
})

Implementation

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