length property

int get length

How many values the snapshot holds.

Implementation

int get length => storage.length + backpack.length;