GetUsersUseCase constructor

GetUsersUseCase(
  1. UserRepository repository
)

Implementation

GetUsersUseCase(this.repository);