innerList property
List<ChartSerie>
get
innerList
Represents the innerList.
Implementation
List<ChartSerie> get innerList {
return _innerList;
}
Represents the innerList.
List<ChartSerie> get innerList {
return _innerList;
}