validators property

List<PageValidator> validators
final

validators is used to controls the page's activation when it must has more than the basics arguments like an id or something else, if it returns false then the page will be redirect to the initial page or use the Navigation to redirect to another page. Defaults to List.empty()

Implementation

final List<PageValidator> validators;