rootDocChanges property
InAppDocument
get
rootDocChanges
Implementation
InAppDocument get rootDocChanges {
final x = docChanges.map((e) => MapEntry(e.doc.id, e.doc.data));
return Map.fromEntries(x);
}