statusText property
String?
get
statusText
The request response string (such as '200 OK'). See also: HTTP Status Codes
Implementation
String? get statusText => _statusText;
The request response string (such as '200 OK'). See also: HTTP Status Codes
String? get statusText => _statusText;