menu
messenger
domain/model/contact.dart
ChatContact
groups property
groups
dark_mode
light_mode
groups
property
List
<
Chat
>
groups
getter/setter pair
Chat
-groups linked to this
ChatContact
.
Guaranteed to have no duplicates.
Implementation
List<Chat> groups;
messenger
contact
ChatContact
groups property
ChatContact class