uniqueKey property

  1. @Index(unique: true, replace: true)
String uniqueKey

Enforces the uniqueness of a search term within its history type.

Implementation

@Index(unique: true, replace: true)
String get uniqueKey => '$historyKey/$searchTerm';