mentionedUsers property

  1. @JsonKey(defaultValue: [])
List<User> mentionedUsers
getter/setter pair

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

Implementation

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