length property

int get length

The length of this sequence - only valid when there is no range to last involved.

Implementation

int get length => toList().length;