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