NostrEventKey constructor
const
NostrEventKey({
- required String eventId,
- required String sourceSubscriptionId,
- required NostrEvent originalSourceEvent,
This clas can be used to identify an event uniquely based on external factors such as the subscription id.
Implementation
const NostrEventKey({
required this.eventId,
required this.sourceSubscriptionId,
required this.originalSourceEvent,
});