Count property

int get Count
Gets the number of strings in the list.

Implementation

int get Count => this._items.length;