RedirectException constructor Null safety

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

Implementation

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