ExtEditorBaseApplyChanges<T> constructor

ExtEditorBaseApplyChanges<T>({
  1. required T model,
})

Implementation

ExtEditorBaseApplyChanges({required this.model});