ChartView constructor

const ChartView(
  1. CubeInfo cube,
  2. CubeView view, {
  3. Key? key,
  4. Map<String, dynamic>? filters,
})

Implementation

const ChartView(this.cube, this.view, {super.key, this.filters});