RedirectException constructor - RedirectException - dart:io library (original) (raw)
constRedirectException(
- String message,
- List<RedirectInfo> redirects )
Implementation
const RedirectException(this.message, this.redirects);
constRedirectException(
const RedirectException(this.message, this.redirects);