HostRule constructor

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

Implementation

HostRule({this.description, this.hosts = const [], this.pathMatcher})
  : super(fullyQualifiedName);