onlyIfExists method

DropDb onlyIfExists()

Implementation

DropDb onlyIfExists() {
  _onlyIfExists = true;
  return this;
}