Redirect constructor

Redirect({
  1. String? hostName,
  2. String? httpRedirectCode,
  3. Protocol? protocol,
  4. String? replaceKeyPrefixWith,
  5. String? replaceKeyWith,
})

Implementation

Redirect({
  this.hostName,
  this.httpRedirectCode,
  this.protocol,
  this.replaceKeyPrefixWith,
  this.replaceKeyWith,
});