redirections property

List<Redirection> redirections
final

Destinations and conditions to redirect.

When it is not empty, the navigator will check for each Redirection in the list, if this destination is allowed to navigate to.

Implementation

final List<Redirection> redirections;