error property

Object? error
final

Any error object associated with the log message.

This is typically used when the log message is related to an exception or error condition.

Implementation

final Object? error;