UserFeedback constructor
UserFeedback({})
Implementation
UserFeedback(
{required this.id,
required this.projectId,
required this.title,
required this.description,
required this.email,
required this.feedbackType,
required this.attachments,
required this.createdDate,
required this.modifiedDate,
required this.expiryDate});