key property
      
      String
      get
      key
      
    
    
Generates a key for duplicate detection
Implementation
String get key => duplicateKey ?? '$type:$title:$message';
Generates a key for duplicate detection
String get key => duplicateKey ?? '$type:$title:$message';