DownloadIsolateMsg constructor
DownloadIsolateMsg(
- IsolateMsgType type,
- dynamic data
Constructs a DownloadIsolateMsg with the specified type and data.
Implementation
DownloadIsolateMsg(this.type, this.data);