BarData constructor

BarData(
  1. List<IBarDataSet> dataSets
)

Implementation

BarData(List<IBarDataSet> dataSets) : super.fromList(dataSets);