totalChanges property

int get totalChanges

Implementation

int get totalChanges => additions + deletions + modifications;