name property
- @Index(unique: true, replace: true)
final
The name of the dictionary. For example, this could be 'Merriam-Webster Dictionary' or '大辞林' or 'JMdict'.
Dictionary names are meant to be unique, meaning two dictionaries of the same name should not be allowed to be added in the database.
Implementation
@Index(unique: true, replace: true)
final String name;