reload property

bool reload
final

Whether to force the router to navigate.

Normally the router won't navigate if the path, query parameters, and fragment identifier are the same as those of the current route. Setting this to true overrides that check and navigates regardless.

Implementation

final bool reload;