deduplicationKey property
String
get
deduplicationKey
Create deduplication key for this event
Implementation
String get deduplicationKey => '$runtimeType:$message:${tags.join(',')}';
Create deduplication key for this event
String get deduplicationKey => '$runtimeType:$message:${tags.join(',')}';