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