TypePatch constructor

TypePatch({
  1. required Type type,
  2. required ApplyFunc<AbstractType<dynamic, AbstractType>> applyFunc,
})

Implementation

TypePatch({required this.type, required super.applyFunc});