Nprofile constructor

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

Implementation

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