ProfilePointer constructor

ProfilePointer({
  1. required String pubkey,
  2. List<String>? relays,
})

Implementation

ProfilePointer({required this.pubkey, this.relays});