total property
int
get
total
Total number of differing paths.
Implementation
int get total =>
conflicts.length + localOnly.length + remoteOnly.length + unknown.length;
Total number of differing paths.
int get total =>
conflicts.length + localOnly.length + remoteOnly.length + unknown.length;