CustomGiveawayTermsAndConditionsClickEvent constructor
- required String name,
- String? url,
- GiveawayType? type,
- required LiveStreamEventDetails info,
Implementation
CustomGiveawayTermsAndConditionsClickEvent({
required this.name,
this.url,
this.type,
required this.info,
});