total property
int
get
total
Get total count of installations
Implementation
int get total => successes.length + failures.length;
Get total count of installations
int get total => successes.length + failures.length;