call abstract method

$R call({
  1. String? headerName,
  2. String? headerSymbol,
  3. String? headerValue,
  4. String? projectId,
  5. String? chartType,
  6. String? visualizationCode,
  7. InsightModel? insight,
  8. List<DashboardPlotModel>? plots,
})

Implementation

$R call(
    {String? headerName,
    String? headerSymbol,
    String? headerValue,
    String? projectId,
    String? chartType,
    String? visualizationCode,
    InsightModel? insight,
    List<DashboardPlotModel>? plots});