Condition constructor

Condition({
  1. List<String>? targetUrl,
  2. List<String>? responseCode,
  3. List<String>? method,
})

Implementation

Condition({
  this.targetUrl,
  this.responseCode,
  this.method,
});