ChartSourceRange constructor

ChartSourceRange({
  1. List<GridRange>? sources,
})

Implementation

ChartSourceRange({
  this.sources,
});