DiaryEntry constructor
Creates a new instance of DiaryEntry.
All fields are required and should be properly initialized.
Implementation
DiaryEntry({
required this.id,
required this.title,
required this.description,
required this.date,
required this.latitude,
required this.longitude,
required this.location,
required this.photoUrls,
});