SpiderChartStatModel constructor

SpiderChartStatModel({
  1. required double roundSize,
  2. required String label,
})

Implementation

SpiderChartStatModel({
  required this.roundSize,
  required this.label,
});