UserService constructor

UserService(
  1. AbstractUserRepository _userRepository
)

Implementation

UserService(this._userRepository);