Bazaar constructor

Bazaar(
  1. bool success,
  2. int lastUpdated,
  3. Map<String, Product> products
)

Implementation

Bazaar(this.success, this.lastUpdated, this.products);