data property

T? data
final

Decoded response body.

Dio auto-decodes JSON into Map / List; plain text stays as String.

Implementation

final T? data;