PromotionModel constructor

PromotionModel(
  1. String id,
  2. String? description,
  3. String? title,
  4. bool? status,
  5. List<Packs> packs,
)

Implementation

PromotionModel(
    this.id, this.description, this.title, this.status, this.packs);