BasePresenter<V extends View> constructor

BasePresenter<V extends View>()

Implementation

BasePresenter()
    : _hasView = false,
      _hasInitialized = false;