Patch<T> constructor
Patch<T> ({
- required ApplyFunc<
T> applyFunc,
Implementation
Patch({required this.applyFunc}) {
patches.add(this);
}
Patch({required this.applyFunc}) {
patches.add(this);
}