body property

BodyType? body
final

The body of the response after conversion by Chopper See Converter for more on body conversion.

Can be null if isSuccessful is not true. Use error to get error body.

Implementation

final BodyType? body;