mentionType property Null safety
read / write
Specifies the mentioning method which indicates the user scope who will get a notification for the message
Implementation
MentionType? mentionType = MentionType.users;
Specifies the mentioning method which indicates the user scope who will get a notification for the message
MentionType? mentionType = MentionType.users;