CropData constructor
CropData({})
Implementation
CropData({
required this.id,
required this.name,
required this.description,
required this.wateringScheduleByRegion,
required this.growthDurationDays,
this.imageUrl,
this.tips,
});