VerticalFeedItemPromocodeComponent constructor

VerticalFeedItemPromocodeComponent({
  1. required String type,
  2. required String id,
  3. required String? customPayload,
  4. required String text,
})

Implementation

VerticalFeedItemPromocodeComponent({
  required this.type,
  required this.id,
  required this.customPayload,
  required this.text,
});