Promotion constructor

Promotion({
  1. required String promotionId,
  2. String? creative,
  3. String? name,
  4. String? position,
})

Implementation

Promotion(
    {required this.promotionId, this.creative, this.name, this.position});