addPartialTime method

void addPartialTime(
  1. int i
)

Adds the argument i to the partialTimes list and calls notifyListeners

Implementation

void addPartialTime(int i){
  partialTimes.add(i);
}