Dart API Referencedart:coreStackOverflowException

StackOverflowException Class

Implements

Exception

Constructors

Code const StackOverflowException() #

const StackOverflowException();

Methods

Code String toString() #

String toString() => "Stack Overflow";