void destroy()

Source

void destroy() {
  super.destroy();
  _dict.forEach((String key, _ListingNode listing) {
    listing.destroy();
  });
}