GetProxies constructor

const GetProxies(
  1. ProxyRepository repository
)

Creates a new GetProxies use case with the given repository

Implementation

const GetProxies(this.repository);