Count property

int Count
Gets the number of strings in the list.

Implementation

int get Count => this._items.length;