HistoryEntry constructor

const HistoryEntry({
  1. required String display,
  2. Map<int, PastedContent> pastedContents = const {},
})

Implementation

const HistoryEntry({required this.display, this.pastedContents = const {}});