length property
int
get
length
Returns the number of elements in the iterable.
Implementation
int get length => value.length;
Returns the number of elements in the iterable.
int get length => value.length;