responseContent property

Object? responseContent
final

Data representing the content of the response, if any.

This may be a String representing the raw content of the response or the a parsed JSON literal of the content.

Implementation

final Object? responseContent;