statusText property

String statusText

Contains the status text of the response (e.g. usually an "OK" for a success).

Implementation

String get statusText => data.statusText;