stackEntries property

List<String>? stackEntries
getter/setter pair

The stack trace entries indicating where the error occurred.

Implementation

core.List<core.String>? stackEntries;