DiaryCard constructor
Creates a DiaryCard with the given fields.
Implementation
DiaryCard({
required this.id,
required this.date,
required this.title,
required this.place,
required this.imageUrl,
});
Creates a DiaryCard with the given fields.
DiaryCard({
required this.id,
required this.date,
required this.title,
required this.place,
required this.imageUrl,
});