Dart
dart:core
Deprecated
toString method
toString
Deprecated class
Constructors
Deprecated
Properties
expires
message
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
toString method
String
toString
(
)
Returns a string representation of this object.
Implementation
String toString() => "Deprecated feature: $message";