NuRouteSettings<A extends Object?> class

name will be the full DeepLink String

Inheritance

Constructors

NuRouteSettings({required String name, required String pathTemplate, required String scheme, A? arguments, Map<String, dynamic> queryParameters = const <String, dynamic>{}, Map<String, dynamic> pathParameters = const <String, dynamic>{}, Map<String, dynamic> extraParameters = const <String, dynamic>{}})
const

Properties

args → A?
no setter
arguments Object?
The arguments passed to this route.
finalinherited
extraParameters Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setteroverride
name String?
The name of the route (e.g., "/settings").
finalinherited
pathParameters Map<String, dynamic>
final
pathTemplate String
final
queryParameters Map<String, dynamic>
final
rawParameters Map<String, dynamic>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
final

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.
override