message property

String message

Returns the message of this exception. This value will always be human-readable when type does not equal to DownloadErrorType.other.

Implementation

String get message => _message;