Count property

int Count
Gets the total number of elements in the list.

Implementation

int get Count => this._items.length;