PrepareDirectoryParams class

For isolate communication purposes. See a dictionary format's directory preparation method.

Inheritance

Constructors

PrepareDirectoryParams({required File file, required String charset, required Directory workingDirectory, required DictionaryFormat dictionaryFormat, required SendPort sendPort, required String directoryPath})
Prepare parameters for a dictionary format's directory preparation method.

Properties

charset String
Used for checking if a file is UTF-16 or not. Otherwise, this is blank.
final
dictionaryFormat DictionaryFormat
The dictionary format to be used for entry processing.
final
directoryPath String
Database directory path.
finalinherited
file File
A file from which the contents must be put in working directory. This should be non-null for dictionary formats that do not require a file for import.
final
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sendPort SendPort
For communication with a ReceivePort for isolate updates.
finalinherited
workingDirectory Directory
A working directory to be used in isolation and where data is to be handled in later steps.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(Object? message) → void
Send a message through the sendPort.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited