GetPromotionCodesResponse constructor
const
GetPromotionCodesResponse({
- required List<
PromotionCode> data, - required bool hasMore,
- required String url,
PromotionCodesResourcePromotionCodeList
Implementation
const GetPromotionCodesResponse({
required this.data,
required this.hasMore,
required this.url,
});