DictionaryTag constructor
Initiates a tag with given parameters.
Implementation
DictionaryTag({
required this.dictionaryId,
required this.name,
required this.category,
required this.sortingOrder,
required this.notes,
required this.popularity,
});