call abstract method

$R call({
  1. String? drillDownChartId,
  2. bool? showLabel,
  3. bool? hideInsights,
  4. bool? hideHeaderDenomination,
  5. String? projectId,
  6. String? chartType,
  7. String? visualizationCode,
  8. List<DashboardChartDataModel>? data,
})

Implementation

$R call(
    {String? drillDownChartId,
    bool? showLabel,
    bool? hideInsights,
    bool? hideHeaderDenomination,
    String? projectId,
    String? chartType,
    String? visualizationCode,
    List<DashboardChartDataModel>? data});