DownloadIsolateInstance constructor
DownloadIsolateInstance({
- required Isolate isolate,
- required ReceivePort receivePort,
- SendPort? controlPort,
- StreamSubscription? subscription,
Constructs a DownloadIsolateInstance with the given isolate, receive port, and optional control port and subscription.
Implementation
DownloadIsolateInstance({
required this.isolate,
required this.receivePort,
this.controlPort,
this.subscription,
});