HistoryEntry constructor
const
HistoryEntry({
- required String display,
- Map<
int, PastedContent> pastedContents = const {},
Implementation
const HistoryEntry({required this.display, this.pastedContents = const {}});