response property

Map<String, dynamic> response
final

The actual response data returned from the API. This is typically a map containing key-value pairs of the API's response.

Implementation

final Map<String, dynamic> response;