Mutation<T> constructor
const
Mutation<T> ({
- required T from,
- required T to,
Implementation
const Mutation({required this.from, required this.to});
const Mutation({required this.from, required this.to});