exceptionMetaData property

Map<String, dynamic>? exceptionMetaData
final

Dictionary with entries of meta data that the client associated with this exception, such as information about associated network requests, etc.

Implementation

final Map<String, dynamic>? exceptionMetaData;