data property

Map<String, dynamic>? data
final

Additional data about the exception as a map.

This can include any additional information pertinent to the error, such as error codes, nested messages, or other details that can help with debugging.

Implementation

final Map<String, dynamic>? data;