Count property

int Count
Gets the total number of items in the collection.

Implementation

int get Count => this.items.length;