total property

int get total

Get total count of installations

Implementation

int get total => successes.length + failures.length;