rawTrace property

String? get rawTrace

The original, unparsed trace. It will only be present when the original trace might require further backend processing, eg. symbolication. Otherwise this value will be null.

Implementation

String? get rawTrace => isNative ? toString() : null;