innerList property

List<Chart> get innerList

Represents the innerlist

Implementation

List<Chart> get innerList {
  return _innerList;
}