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