StackOverflowError class
class StackOverflowError implements Error {
const StackOverflowError();
String toString() => "Stack Overflow";
}
Implements
Constructors
const StackOverflowError() #
const StackOverflowError();
class StackOverflowError implements Error {
const StackOverflowError();
String toString() => "Stack Overflow";
}
const StackOverflowError();