data property
dynamic
data
final
if the isResponse is false, the data is the RequestOptions.data if the isResponse is true, the data is the Response.data
Implementation
final dynamic data;
if the isResponse is false, the data is the RequestOptions.data if the isResponse is true, the data is the Response.data
final dynamic data;