isLoading property
bool
get
isLoading
Whether the mutation is currently loading.
Implementation
bool get isLoading => state.isLoading;
Whether the mutation is currently loading.
bool get isLoading => state.isLoading;