FRouteInformation class
- Implemented types
Constructors
- FRouteInformation.external(Route? route, {String? debugLabel})
- FRouteInformation.page(Page page, {String? debugLabel})
- FRouteInformation.path(PathRouteSettings page, {String? debugLabel})
Properties
- debugLabel → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isExternal → bool
-
final
- isRecognized → bool
-
final
- location → String?
-
The location of the application.
final
- name → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → Object?
-
The state of the application in the uri.
no setteroverride
- uri → Uri
-
The uri location of the application.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited