mentionType property Null safety

MentionType? mentionType
read / write

Specifies the mentioning method which indicates the user scope who will get a notification for the message

Implementation

MentionType? mentionType = MentionType.users;