count property

int get count

Gets number of the elements in the collection.

Implementation

int get count => _objectCollectionHelper.list.length;