clear method Null safety

void clear()

Implementation

void clear() {
  _products.clear();
  _totalSize = 0;
}