reasonPhrase property

String? get reasonPhrase

Gets the HTTP reason phrase for the status.

Implementation

String? get reasonPhrase => _response.reasonPhrase;