redirectOnly property
Whether this GoRoute
only redirects to another route.
If this is true, this route must redirect location other than itself.
Implementation
bool get redirectOnly => pageBuilder == null && builder == null;
Whether this GoRoute
only redirects to another route.
If this is true, this route must redirect location other than itself.
bool get redirectOnly => pageBuilder == null && builder == null;