Nip65.fromMap constructor

Nip65.fromMap(
  1. String pubKey,
  2. Map<String, ReadWriteMarker> map
)

Implementation

Nip65.fromMap(this.pubKey, Map<String, ReadWriteMarker> map) {
  relays = map;
}