HistoryItem constructor

HistoryItem({
  1. String? text,
  2. List<String> imagePath = const [],
})

Implementation

HistoryItem({this.text, this.imagePath = const []});