resetStartAndEnd method

void resetStartAndEnd()

Implementation

void resetStartAndEnd() {
  _start = null;
  _end = null;
  notifyListeners();
}