IsolateParams class

Base entity which allows messaging updates from other isolates.

Implementers

Constructors

IsolateParams({required SendPort sendPort, required String directoryPath})
Base entity which allows messaging updates from other isolates.

Properties

directoryPath String
Database directory path.
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.
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.
toString() String
A string representation of this object.
inherited

Operators

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