data property
T?
data
final
The successfully fetched data. Null if not yet loaded or on error.
Implementation
final T? data;
The successfully fetched data. Null if not yet loaded or on error.
final T? data;