length property
int
get
length
How many values the snapshot holds.
Implementation
int get length => storage.length + backpack.length;
How many values the snapshot holds.
int get length => storage.length + backpack.length;