connectPort property
The underlying port used to establish a connection with this DriftIsolate.
This SendPort can safely be sent over isolates. The receiving isolate can reconstruct a DriftIsolate by using DriftIsolate.fromConnectPort.
Implementation
final SendPort connectPort;