NopRouteSettings class

Inheritance

Constructors

NopRouteSettings({String? name, Object? arguments, Object? group, required NopRoute route})
const

Properties

arguments Object?
The arguments passed to this route.
finalinherited
group Object?
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the route (e.g., "/settings").
finalinherited
route NopRoute
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? name, Object? arguments, Object? group, NopRoute? route}) NopRouteSettings
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

getGroupId(Map? arguments, NopRoute route) Object?