DataState<T> typedef

DataState<T> = _DataStateCore<T, dynamic>

Used when wants to set the success (T) type. The error will be dynamic.

Implementation

typedef DataState<T> = _DataStateCore<T, dynamic>;