Sibling constructor

Sibling(
  1. int id,
  2. String userId,
  3. DateTime received,
  4. bool? pending,
  5. bool? fyi,
  6. bool? escalated,
  7. bool? estimate,
  8. DateTime? replied,
  9. String? action,
  10. String? role,
)

Implementation

Sibling(this.id, this.userId, this.received, this.pending, this.fyi,
    this.escalated, this.estimate, this.replied, this.action, this.role);