menu
ndk package
documentation
domain_layer/entities/contact_list.dart
ContactList
ContactList constructor
ContactList constructor
dark_mode
light_mode
ContactList
constructor
ContactList
(
{
required
String
pubKey
,
required
List
<
String
>
contacts
,
})
Implementation
ContactList({required this.pubKey, required this.contacts});
ndk package
documentation
domain_layer/entities/contact_list
ContactList
ContactList constructor
ContactList class