verifyInit method

bool verifyInit()

Implementation

bool verifyInit() {
  if (!_initCalled) {
    throw ('hcUpgrade: initialize() not called. Must be called first.');
  }
  return true;
}