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