menu
mattermost_api package
documentation
websocket.dart
MmWsEventPosted
mentions property
mentions property
dark_mode
light_mode
mentions
property
List
<
String
>
get
mentions
Implementation
List<String> get mentions => data['mentions']?.cast<String>() ?? [];
mattermost_api package
documentation
websocket
MmWsEventPosted
mentions property
MmWsEventPosted class