calendarTypes top-level constant

Set<ChartType> const calendarTypes

Implementation

const Set<ChartType> calendarTypes = {
  ChartType.calendar,
  ChartType.calendarPie,
};