RedirectException constructor

const RedirectException(String message, List<RedirectInfo> redirects)

Implementation

const RedirectException(this.message, this.redirects);