You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataState currently has four fields: isLoading, model, exception, stackTrace.
This proposes adding a fifth, general purpose Object? meta to carry extra information, motivated by the idea of using it during loading to provide extra information about the loading.
Explore the possibility of making it @freezed/@unfreezed.
The text was updated successfully, but these errors were encountered:
DataState
currently has four fields:isLoading
,model
,exception
,stackTrace
.This proposes adding a fifth, general purpose
Object? meta
to carry extra information, motivated by the idea of using it during loading to provide extra information about the loading.Explore the possibility of making it
@freezed
/@unfreezed
.The text was updated successfully, but these errors were encountered: