count property
int
get
count
Returns the count of chart collection.
Implementation
int get count {
return _innerList.length;
}
Returns the count of chart collection.
int get count {
return _innerList.length;
}