CropTask constructor
CropTask({})
Implementation
CropTask({
String? id,
required this.cropName,
required this.taskDescription,
required this.date,
this.isCompleted = false,
this.imagePath,
this.priority,
this.notes,
}) : id = id ?? const Uuid().v4();