data property

dynamic data
final

Parsed response body.

  • Map for JSON objects.
  • List for JSON arrays.
  • String for non-JSON responses.
  • null if a network error occurred.

Implementation

final dynamic data;