UrlRewrite constructor

UrlRewrite({
  1. String? hostRewrite,
  2. String? pathPrefixRewrite,
  3. String? pathTemplateRewrite,
})

Implementation

UrlRewrite({
  this.hostRewrite,
  this.pathPrefixRewrite,
  this.pathTemplateRewrite,
});