copyWithLoading method

LoadableState<T> copyWithLoading()

Implementation

LoadableState<T> copyWithLoading() => copyWith(isLoading: true);