DocChange constructor
DocChange(
- Delta before,
- Delta change,
- ChangeSource source
Implementation
DocChange(
this.before,
this.change,
this.source,
);
DocChange(
this.before,
this.change,
this.source,
);