data property
T?
data
final
The response data of type T, if the request was successful.
Implementation
final T? data;
The response data of type T, if the request was successful.
final T? data;