stackTrace property

StackTrace? stackTrace

Implementation

StackTrace? get stackTrace => value is Error ? (value as Error).stackTrace : null;