isEmpty property
bool
get
isEmpty
Whether the snapshot holds nothing.
Implementation
bool get isEmpty => storage.isEmpty && backpack.isEmpty;
Whether the snapshot holds nothing.
bool get isEmpty => storage.isEmpty && backpack.isEmpty;