body property

T? body
final

The decoded body of this Response. You can access the body parameters as Map Ex: body['title'];

Implementation

final T? body;