menu
fluent_editor package
documentation
undo_redo/document_delta.dart
NodeChange
NodeChange.new const constructor
NodeChange.new const constructor
dark_mode
light_mode
NodeChange
constructor
const
NodeChange
(
{
required
int
index
,
required
Map
<
String
,
dynamic
>
oldJson
,
required
Map
<
String
,
dynamic
>
newJson
,
})
Implementation
const NodeChange({ required this.index, required this.oldJson, required this.newJson, });
fluent_editor package
documentation
undo_redo/document_delta
NodeChange
NodeChange.new const constructor
NodeChange class