Count property

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

Implementation

int get Count => this._items.length;