AppRegistrationScreen constructor

AppRegistrationScreen(
  1. UserBean bean,
  2. bool b
)

Implementation

AppRegistrationScreen(UserBean bean, bool b) {
  userBean = bean;
  isGetCountryList = b;
}