Dart
dart:core
StackOverflowError
toString method
toString
Dart
dart:core
StackOverflowError
toString method
StackOverflowError class
Constructors
StackOverflowError
Properties
stackTrace
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
description
toString
method
String
toString
(
)
override
Returns a string representation of this object.
Implementation
String toString() => "Stack Overflow";