data property
Gets the data from the current async state.
This is the successful value for AsyncSuccess and null while loading
or after an error.
Implementation
@override
T? get data => value.data;
Gets the data from the current async state.
This is the successful value for AsyncSuccess and null while loading
or after an error.
@override
T? get data => value.data;