Complaint constructor
Complaint({})
Returns a new Complaint instance.
Implementation
Complaint({
required this.id,
this.userId,
this.eventType,
this.mailSource,
this.mailMessageId,
required this.complaintRecipient,
required this.createdAt,
required this.updatedAt,
});