empty constant Null safety

_StringStackTrace const empty
@Since("2.8")

A stack trace object with no information.

This stack trace is used as the default in situations where a stack trace is required, but the user has not supplied one.

Implementation

static const empty = const _StringStackTrace("")