stackTrace property - StackOverflowError class - dart:core library (original) (raw)

description

StackTrace? getstackTrace

override

The stack trace at the point where this error was first thrown.

Classes which extend Error will automatically have a stack trace filled in the first time they are thrown by a throwexpression.

Implementation

StackTrace? get stackTrace => null;