Count property

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

Implementation

int get Count => this._items.length;