WatchEvent<D extends Dto<D>> constructor

WatchEvent<D extends Dto<D>>(
  1. String action,
  2. D? record
)

Implementation

WatchEvent(this.action, this.record);