NotificationBase constructor

NotificationBase(
  1. int id,
  2. DateTime time,
  3. int? recipientId
)

Implementation

NotificationBase(this.id, this.time, this.recipientId);