count property

int get count

Returns the count of chart collection.

Implementation

int get count {
  return _innerList.length;
}