redirectOnly property

bool redirectOnly

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;