BusinessChatLink constructor
BusinessChatLink({
- required String link,
- FormattedText? text,
- required String title,
- required int viewCount,
Implementation
BusinessChatLink({
required this.link,
this.text,
required this.title,
required this.viewCount,
});