fromRedirect property

bool fromRedirect

Whether this match is a result of a RedirectRoute

Implementation

bool get fromRedirect => redirectedFrom != null;