StateChanged constructor

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

Implementation

StateChanged(int id, DateTime time, int? recipientId, this.number, this.state)
    : super(id, time, recipientId);