UpdateDictionaryHistoryParams constructor
Prepare parameters needed to update dictionary history.
Implementation
UpdateDictionaryHistoryParams({
required this.resultId,
required this.newPosition,
required this.maximumDictionaryHistoryItems,
required super.sendPort,
required super.directoryPath,
});