deleteAll method

void deleteAll()

Delete all values from Backpack.

Implementation

void deleteAll() {
  _values = {};
}