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