mentionedUsers property Null safety

  1. @JsonKey(defaultValue: [])
List<User> mentionedUsers
read / write

The list of users who was mentioned together with this message.

Implementation

@JsonKey(defaultValue: [])
List<User> mentionedUsers;