empty constant Null safety

  1. @Since("2.8")
_StringStackTrace const empty

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

@Since("2.8")
static const empty = const _StringStackTrace("");