Flutter
widgets
RouteSettings
toString method
toString
RouteSettings class
Constructors
RouteSettings
Properties
isInitialRoute
name
hashCode
runtimeType
Methods
copyWith
toString
noSuchMethod
Operators
operator ==
toString method
@override
String
toString
(
)
override
Returns a string representation of this object.
Implementation
@override String toString() => '"$name"';