ValidateProxy constructor

const ValidateProxy(
  1. ProxyRepository repository
)

Creates a new ValidateProxy use case with the given repository

Implementation

const ValidateProxy(this.repository);