count property

int count

Gets the number of elements contained in the inthe InnerList.

Implementation

int get count {
  return _innerList.length;
}