Count property

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

Implementation

int get Count => this._items.length;