DownloadIsolateMsg constructor

DownloadIsolateMsg(
  1. IsolateMsgType type,
  2. dynamic data
)

Constructs a DownloadIsolateMsg with the specified type and data.

Implementation

DownloadIsolateMsg(this.type, this.data);