ProductListSupplier constructor Null safety

ProductListSupplier(
  1. dynamic productQuery,
  2. dynamic localDatabase,
  3. {int? timestamp}
)

Implementation

ProductListSupplier(
  this.productQuery,
  this.localDatabase, {
  this.timestamp,
});