TypePatch constructor
TypePatch({
- required Type type,
- required ApplyFunc<
AbstractType< applyFunc,dynamic, AbstractType> >
Implementation
TypePatch({required this.type, required super.applyFunc});