PactBuilder constructor

PactBuilder(
  1. String consumer,
  2. String provider
)

Implementation

PactBuilder(this.consumer, this.provider);