HistoryEntry constructor

const HistoryEntry({
  1. required String description,
  2. bool isRedo = false,
})

Implementation

const HistoryEntry({required this.description, this.isRedo = false});