mentionedUsers property Null safety
read / write
The list of users who was mentioned together with this message.
Implementation
List<User>? mentionedUsers;
The list of users who was mentioned together with this message.
List<User>? mentionedUsers;