BlockEntry constructor

BlockEntry({
  1. required String title,
  2. required String date,
  3. required String comment,
})

Implementation

BlockEntry({required this.title, required this.date, required this.comment});