PokemonUseCase constructor

PokemonUseCase(
  1. PokeGateway _pokeGateway
)

Implementation

PokemonUseCase(this._pokeGateway);