menu
messenger
domain/model/user.dart
User
contacts property
contacts
dark_mode
light_mode
contacts
property
List
<
NestedChatContact
>
contacts
final
List of
NestedChatContact
s this
User
is linked to.
Implementation
final List<NestedChatContact> contacts;
messenger
user
User
contacts property
User class