TabPageRoute class

Holds information of Tab-init and Tab-changed events used in AutoRouteAware and AutoRouterObserver

Constructors

TabPageRoute({required RouteMatch routeInfo, required int index})
default constructor
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
index of the target tab
final
match → String
helper getter to access RouteMatch.stringMatch
no setter
name → String
helper getter to access RouteMatch.name
no setter
path → String
helper getter to access RouteMatch.path
no setter
routeInfo → RouteMatch
match information of the target tab
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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