message property

String get message

A string representation of the exception

Implementation

String get message =>
    'statusCode=${response.statusCode} url=${response.request?.url} method=${response.request?.method} body=${response.body}';