Recommendation constructor
Recommendation({
- int? id,
- int? consultationId,
- RecommendationData? data,
- String? createdAt,
- String? updatedAt,
Implementation
Recommendation({
this.id,
this.consultationId,
this.data,
this.createdAt,
this.updatedAt,
});