RelayInformations constructor

const RelayInformations({
  1. required String? contact,
  2. required String? description,
  3. required String? name,
  4. required String? pubkey,
  5. required String? software,
  6. required List<int>? supportedNips,
  7. required String? version,
})

Implementation

const RelayInformations({
  required this.contact,
  required this.description,
  required this.name,
  required this.pubkey,
  required this.software,
  required this.supportedNips,
  required this.version,
});