URLFiltered constructor

URLFiltered(
  1. String url, {
  2. String? target,
  3. String? label,
  4. String? type,
})

Implementation

URLFiltered(this.url, {this.target, String? label, this.type})
    : _label = label;