loading property

void loading=(bool value)

Implementation

set loading(bool value) {
  emit(state.copyWith(loading: value));
}