The total value.
int get total => _total;
set total(int newTotalTickCount) { assert(newTotalTickCount > 1); _total = newTotalTickCount; }