MutationToken<T> constructor
const
MutationToken<T> ({
- required ProviderBase owner,
- required Symbol symbol,
Creates a mutation token owned by owner and identified by symbol.
Implementation
const MutationToken({required this.owner, required this.symbol});