MessagesRouteState1 class final

Inheritance

Constructors

MessagesRouteState1.new()

Properties

animationEffect AnimationEffect
finalinherited
condition TRouteConditionFn?
finalinherited
extra Object?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
key Key
no setterinherited
path String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipCurrent bool
finalinherited
uri Uri
latefinalinherited

Methods

cast<X extends Object?>() RouteState<X?>
inherited
copyWith({Uri? uri, Map<String, String>? queryParameters, Object? extra, bool? skipCurrent, AnimationEffect? animationEffect, TRouteConditionFn? condiiton}) RouteState<Object?>
inherited
copyWithout({bool uri = true, bool queryParameters = true, bool extra = true, bool skipCurrent = true, bool animationEffect = true, bool condition = true}) RouteState<Object?>
inherited
matchPath(RouteState<Object?> other) bool
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 other) bool
The equality operator.
inherited