WatchEvent<D extends Dto<D> > constructor
WatchEvent<D extends Dto<D> > (
- String action,
- D? record
Implementation
WatchEvent(this.action, this.record);