NotifyUpdate constructor

NotifyUpdate(
  1. NotificationBase model,
  2. bool? originalRead
)

Implementation

NotifyUpdate(super.model, this.originalRead);