RelaySet constructor
RelaySet({
- required String name,
- required String pubKey,
- int relayMinCountPerPubkey = 0,
- required Map<
String, List< relaysMap,PubkeyMapping> > - List<
NotCoveredPubKey> notCoveredPubkeys = const [], - required RelayDirection direction,
- bool fallbackToBootstrapRelays = true,
Implementation
RelaySet(
{required this.name,
required this.pubKey,
this.relayMinCountPerPubkey = 0,
required this.relaysMap,
this.notCoveredPubkeys = const [],
required this.direction,
this.fallbackToBootstrapRelays = true});