RedirectAllRequestsTo constructor

RedirectAllRequestsTo(
  1. String? hostName,
  2. String? protocol
)

Implementation

RedirectAllRequestsTo(
  this.hostName,
  this.protocol,
);