Nudge constructor

Nudge(
  1. int id,
  2. DateTime time,
  3. int? recipientId,
  4. String number,
  5. DateTime expire,
)

Implementation

Nudge(int id, DateTime time, int? recipientId, this.number, this.expire)
    : super(id, time, recipientId);