SuggestionDTO constructor
SuggestionDTO({})
Implementation
SuggestionDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.surname,
this.phoneNumber,
this.email,
this.subject,
this.message,
this.solved});