ExpertComment constructor
ExpertComment({})
Implementation
ExpertComment({
required this.id,
required this.title,
required this.imageFileName,
required this.comment,
required this.createdBy,
required this.updatedBy,
required this.status,
required this.products,
});