nextInstaller method

bool nextInstaller()

Implementation

bool nextInstaller() {
  return _installers?.moveNext() ?? false;
}