length property

int get length

How many items there are.

Implementation

int get length => items.length;