Mutation<T> constructor

const Mutation<T>({
  1. required T from,
  2. required T to,
})

Implementation

const Mutation({required this.from, required this.to});