data property
ResponseType?
data
final
The parsed response from the server. Will be null if there was no response.
Implementation
final ResponseType? data;
The parsed response from the server. Will be null if there was no response.
final ResponseType? data;