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;