mutation property
The pending mutation while the observer was called.
Pretty much all observer events may be triggered by a mutation under some conditions. For example, if a mutation refreshes another provider, then ProviderObserver.didDisposeProvider will contain the mutation that disposed the provider.
Implementation
final Mutation<Object?>? mutation;