DeleteDictionaryParams class

For isolate communication purposes. Used for dictionary deletion.

Inheritance

Constructors

DeleteDictionaryParams({required SendPort sendPort, required String directoryPath, int? dictionaryId})
Prepare parameters needed for deleting a dictionary from a separate isolate.

Properties

dictionaryId int?
If null, this will delete all dictionaries.
final
directoryPath String
Database directory path.
finalinherited
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

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