Commercial constructor

Commercial(
  1. int id,
  2. String local_id,
  3. Jiffy creation,
  4. int points,
  5. int promo_24_week,
  6. int is_on_ctzon,
  7. String name,
)

Implementation

Commercial(
  this.id,
  this.local_id,
  this.creation,
  this.points,
  this.promo_24_week,
  this.is_on_ctzon,
  this.name,
);