RedirectException 构造函数

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

实现

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