Dart API Referencedart:coreStackOverflowError

StackOverflowError class

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

Implements

Error

Constructors

const StackOverflowError() #

const StackOverflowError();

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() => "Stack Overflow";