RedirectRecord constructor

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

Implementation

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