addPartialTime method
- int i
Adds the argument i to the partialTimes list and calls notifyListeners
Implementation
void addPartialTime(int i){
partialTimes.add(i);
}
Adds the argument i to the partialTimes list and calls notifyListeners
void addPartialTime(int i){
partialTimes.add(i);
}