Redirect.temporary constructor

const Redirect.temporary(
  1. String location
)

A 307: same place, same method, do not cache.

Implementation

const Redirect.temporary(String location) : this._(307, location);