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.
DataStatecurrently has four fields:isLoading,model,exception,stackTrace.This proposes adding a fifth, general purpose
Object? metato 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.