Liked constructor

Liked(
  1. int id,
  2. DateTime time,
  3. int? recipientId,
  4. String number,
  5. List<String> userIds,
  6. int? voted,
)

Implementation

Liked(int id, DateTime time, int? recipientId, this.number, this.userIds,
    this.voted)
    : super(id, time, recipientId);