UrlDispatchRule constructor

UrlDispatchRule({
  1. String? domain,
  2. String? path,
  3. String? service,
})

Implementation

UrlDispatchRule({this.domain, this.path, this.service});