key property

String get key

Generates a key for duplicate detection

Implementation

String get key => duplicateKey ?? '$type:$title:$message';