SoftwareAssetRef constructor

const SoftwareAssetRef({
  1. required String eventId,
  2. String? relayHint,
})

Implementation

const SoftwareAssetRef({required this.eventId, this.relayHint});