next method

void next()

Implementation

void next() {
  if (!isNextDisabled) _model.next();
}