UpdateDictionaryHistoryParams class
For isolate communication purposes. Used for dictionary deletion.
- Inheritance
-
- Object
- IsolateParams
- UpdateDictionaryHistoryParams
Constructors
Properties
- directoryPath → String
-
Database directory path.
finalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- maximumDictionaryHistoryItems → int
-
Maximum number of history items.
final
- newPosition → int
-
New position to record.
final
- resultId → int
-
The result of a dictionary search to be added to history.
final
- 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