statusText property

  1. @override
String statusText
override

Status text of the response to the HTTP request. 'OK', 'Not Found', etc.

Implementation

@override
String get statusText => _response.statusText;