SerializedStructuredHistoryEntry constructor

const SerializedStructuredHistoryEntry({
  1. required String display,
  2. Map<int, PastedContent>? pastedContents,
  3. String? pastedText,
})

Implementation

const SerializedStructuredHistoryEntry({
  required this.display,
  this.pastedContents,
  this.pastedText,
});