AFRouteParam class

Implementers

Constructors

AFRouteParam({required AFScreenID screenId, required AFRouteLocation routeLocation, AFWidgetID wid = AFUIWidgetID.useScreenParam, Object? flutterStatePrivate, AFTimeStateUpdateSpecificity? timeSpecificity})
const

Properties

effectiveScreenId AFScreenID?
no setter
flutterStatePrivate Object?
final
hasChildWID bool
no setter
hashCode int
The hash code for this object.
no setterinherited
routeLocation AFRouteLocation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenId AFScreenID
final
timeSpecificity AFTimeStateUpdateSpecificity?
final
wid AFWidgetID
final

Methods

dispose() → void
matchesScreen(AFID screen) bool
mergeOnWrite(AFRouteParam oldParam) AFRouteParam
Provides an opportunity to merge this new param with an old param when you update a route parameter that already exists.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paramFor(AFScreenID screen) AFRouteParam
reviseForTime(AFTimeState timeState) AFRouteParam?
toString() String
A string representation of this object.
override

Operators

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