totalDuration method

int totalDuration()

Implementation

int totalDuration() {
  return _totalDuration ?? 0;
}