Flutter
widgets
RouteSettings
name property
name
RouteSettings class
Constructors
RouteSettings
Properties
isInitialRoute
name
hashCode
runtimeType
Methods
copyWith
toString
noSuchMethod
Operators
operator ==
name property
String
name
final
The name of the route (e.g., "/settings").
If null, the route is anonymous.
Implementation
final String name