RouteBuilder<TExtra extends Object?> class
Constructors
-
RouteBuilder.new({required RouteState<
TExtra> routeState, bool shouldPreserve = false, bool shouldPrebuild = false, required TRouteWidgetBuilder<TExtra> builder, TRouteConditionFn? condition})
Properties
-
builder
↔ TRouteWidgetBuilder<
Object?> -
latefinal
- condition → TRouteConditionFn?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
routeState
→ RouteState<
TExtra> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldPrebuild → bool
-
final
- shouldPreserve → bool
-
final
Methods
-
copyWith(
{RouteState< TExtra> ? routeState, bool? shouldPreserve, bool? shouldPrebuild, TRouteWidgetBuilder<TExtra> ? builder, TRouteConditionFn? condition}) → RouteBuilder<TExtra> -
copyWithout(
{bool shouldPreserve = true, bool shouldPrebuild = true, bool condition = true}) → RouteBuilder< TExtra> -
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 other) → bool -
The equality operator.
inherited