ChatMentionSuggestion constructor
ChatMentionSuggestion([
- void b()?
Creates a new ChatMentionSuggestion object using the builder pattern.
Implementation
factory ChatMentionSuggestion([void Function(ChatMentionSuggestionBuilder)? b]) = _$ChatMentionSuggestion;