CustomGiveawayTermsAndConditionsClickEvent constructor

CustomGiveawayTermsAndConditionsClickEvent({
  1. required String name,
  2. String? url,
  3. GiveawayType? type,
  4. required LiveStreamEventDetails info,
})

Implementation

CustomGiveawayTermsAndConditionsClickEvent({
  required this.name,
  this.url,
  this.type,
  required this.info,
});