PromotionCodeId constructor

const PromotionCodeId({
  1. required String id,
})

Implementation

const PromotionCodeId({required this.id});