Pricing constructor

Pricing({
  1. num? total,
  2. num? products,
})

Implementation

Pricing({
  this.total,
  this.products,
});