DocChange constructor

const DocChange(
  1. Delta before,
  2. Delta change,
  3. ChangeSource source
)

Implementation

const DocChange(
  this.before,
  this.change,
  this.source,
);