stacktrace property Null safety

InstanceRef? stacktrace
optional">@optionalread / write

If this error is due to an unhandled exception, this is the stacktrace object.

Implementation

@optional
InstanceRef? stacktrace;