DeleteDictionaryParams constructor
Prepare parameters needed for deleting a dictionary from a separate isolate.
Implementation
DeleteDictionaryParams({
required super.sendPort,
required super.directoryPath,
this.dictionaryId,
});
Prepare parameters needed for deleting a dictionary from a separate isolate.
DeleteDictionaryParams({
required super.sendPort,
required super.directoryPath,
this.dictionaryId,
});