DiscountId constructor

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

Implementation

const DiscountId({required this.id});