length property

int get length

Returns count of T items kept in items.

Implementation

int get length => items.length;