statusMessage property
Returns the reason phrase corresponds to the status code.
The message can be HttpRequest.statusText
or HttpClientResponse.reasonPhrase.
Implementation
String? statusMessage;
Returns the reason phrase corresponds to the status code.
The message can be HttpRequest.statusText
or HttpClientResponse.reasonPhrase.
String? statusMessage;