menu
dart_ndk package
documentation
nips/nip02/contact_list.dart
ContactList
ContactList.new constructor
ContactList.new constructor
dark_mode
light_mode
ContactList
constructor
ContactList
(
{
required
String
pubKey
,
required
List
<
String
>
contacts
,
})
Implementation
ContactList({required this.pubKey, required this.contacts});
dart_ndk package
documentation
nips/nip02/contact_list
ContactList
ContactList.new constructor
ContactList class