NuRoute<T extends NuRouter, A extends Object?, R extends Object?> class abstract

Extend to create your NuRoute. Contains the configuration of a Route that is going to be presented in a Nuvigator by the NuRouter

Implementers

Constructors

NuRoute({Map<String, dynamic>? metaData})

Properties

hashCode int
The hash code for this object.
no setterinherited
metaData Map<String, dynamic>
final
nuvigator NuvigatorState<INuRouter>
no setter
paramsParser ParamsParser<A>?
no setter
path String
no setter
prefix bool
no setter
router → T
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenType ScreenType?
no setter

Methods

build(BuildContext context, NuRouteSettings<A?> settings) Widget
canOpen(String deepLink) bool
dispose() → void
init(BuildContext context) Future<bool>
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

Static Methods

withPath(String path) NullableRoutePredicate