ModularRoute<T> class abstract

Implementers

Constructors

ModularRoute()

Properties

args ModularArguments
no setter
child ModularChild?
Parameter name: child
no setter
children List<ModularRoute>
no setter
currentModule Module?
no setter
customTransition CustomTransition?
Parameter name: customTransiton
no setter
duration Duration
no setter
fragment String
Parameter name: fragment
no setter
guards List<RouteGuard>?
Parameter name: guards
no setter
hashCode int
The hash code for this object.
no setteroverride
module Module?
Parameter name: module
no setter
modulePath String?
no setter
params Map<String, String>?
Parameter name: params
no setter
path String?
no setter
queryParams Map<String, String>
Parameter name: queryParams
no setter
queryParamsAll Map<String, List<String>>
Parameter name: queryParamsAll
no setter
routeGenerator RouteBuilder<T>?
no setter
routerName String
Parameter name: routerName
no setter
routerOutlet List<ModularRoute>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transition TransitionType
Parameter name: transition
no setter
transitions Map<TransitionType, PageRouteBuilder<T> Function(Widget builder(BuildContext, ModularArguments), Duration transitionDuration, RouteSettings settings)>
no setter
uri Uri?
no setter

Methods

copyWith({ModularChild? child, String? routerName, Module? module, String? guardedRoute, List<ModularRoute>? children, List<ModularRoute>? routerOutlet, Module? currentModule, Map<String, String>? params, List<RouteGuard>? guards, TransitionType? transition, RouteBuilder<T>? routeGenerator, String? modulePath, Uri uri, Duration? duration, Completer<T>? popRoute, ModularArguments? args, CustomTransition? customTransition}) ModularRoute<T>
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.
override