UserService constructor

UserService(
  1. UserDataService _userDataService
)

Implementation

UserService(this._userDataService);