HostRule constructor

HostRule({
  1. String? description,
  2. List<String>? hosts,
  3. String? pathMatcher,
})

Implementation

HostRule({this.description, this.hosts, this.pathMatcher});