CustomLinkInteractionClickEvent constructor
- required String title,
- required String url,
- required LiveStreamEventDetails info,
Implementation
CustomLinkInteractionClickEvent({
required this.title,
required this.url,
required this.info,
});
CustomLinkInteractionClickEvent({
required this.title,
required this.url,
required this.info,
});