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