count property
int
get
count
Gets number of the elements in the collection.
Implementation
int get count => _objectCollectionHelper.list.length;
Gets number of the elements in the collection.
int get count => _objectCollectionHelper.list.length;