length property
int
get
length
Gets the number of bands in the collection.
Returns the count of bands currently in this collection.
Implementation
int get length => list.length;
Gets the number of bands in the collection.
Returns the count of bands currently in this collection.
int get length => list.length;