ReplacePatch<T> constructor
ReplacePatch<T> ({
- required T newValue,
- required T oldValue,
Implementation
ReplacePatch({
required this.newValue,
required this.oldValue,
});