total property

int get total

Total number of differing paths.

Implementation

int get total =>
    conflicts.length + localOnly.length + remoteOnly.length + unknown.length;