UserViewModel constructor

UserViewModel()

Creates a new UserViewModel instance

Implementation

UserViewModel() {
  _initialize();
}