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;
The length of this sequence - only valid when there is no range to last involved.
int get length => toList().length;