statusMessage property

String? statusMessage
getter/setter pair

Returns the reason phrase corresponds to the status code. The message can be HttpRequest.statusText or HttpClientResponse.reasonPhrase.

Implementation

String? statusMessage;