NotifyUpdate constructor
NotifyUpdate(
- NotificationBase model,
- bool? originalRead
Implementation
NotifyUpdate(super.model, this.originalRead);
NotifyUpdate(super.model, this.originalRead);