OptionalIdPageRoute<TModularPage extends ModularPage<OptionalIdPageParameters>> class

Inheritance

Constructors

OptionalIdPageRoute({required BaseModule module, required String route, required TModularPage createPage(OptionalIdPageParameters params), FutureOr<bool> guard(ModularHistory<PageParameters, ModularPage<PageParameters>> route, ModularRouterDelegate delegate)?})
OptionalIdPageRoute.getIt({required BaseModule module, required String route, FutureOr<bool> guard(ModularHistory<PageParameters, ModularPage<PageParameters>> route, ModularRouterDelegate delegate)?})

Properties

createPage → TModularPage Function(Map<String, String?> parameters)
finalinherited
guard → (FutureOr<bool> Function(ModularHistory<PageParameters, ModularPage<PageParameters>> route, ModularRouterDelegate delegate)?)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
module BaseModule
finalinherited
overrideModuleGuard bool
finalinherited
route String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(OptionalIdPageParameters parameters) → TModularPage
inherited
inherited
isPageRoute(Type pageType) bool
inherited
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object o) bool
The equality operator.
inherited