response property

String? response
final

If the server responded with a body, it will be available here. No automatic conversion (e.g. JSON / XML) will be done.

Implementation

final String? response;