UpRoute constructor
UpRoute({})
Implementation
UpRoute({
this.name,
required this.path,
required this.pageBuilder,
this.shouldRedirect,
this.redirectRoute,
this.routes,
this.externalRoute = false,
});
UpRoute({
this.name,
required this.path,
required this.pageBuilder,
this.shouldRedirect,
this.redirectRoute,
this.routes,
this.externalRoute = false,
});