details property

Object? details
final

Additional details about the exception, if any.

This can be used to include extra debugging information or the root cause of the exception (e.g., stack traces, raw error data).

Implementation

final Object? details;