isLoading property

bool get isLoading

Whether the mutation is currently running.

Implementation

bool get isLoading => status == MutationStatus.mutating;