Returns a string representation of the message, including its type and data.
@override String toString() { return 'DownloadIsolateMsg [ type: $type, data: $data ]'; }