deduplicationKey property

String get deduplicationKey

Create deduplication key for this event

Implementation

String get deduplicationKey => '$runtimeType:$message:${tags.join(',')}';