GenericOneState<T>.errorState constructor
const
GenericOneState<T>.errorState ({})
Implementation
const factory GenericOneState.errorState({
@Default(false) bool isRefresh,
required String exception,
}) = _ErrorState<T>;