RedirectInfo constructor

RedirectInfo(
  1. int statusCode,
  2. String method,
  3. Uri location
)

Implementation

RedirectInfo(this.statusCode, this.method, this.location);