UndoCommandJournalEntry constructor
const
UndoCommandJournalEntry({})
Creates a serializable journal entry.
Implementation
const UndoCommandJournalEntry({
required this.type,
this.payload = const <String, Object?>{},
});