metadata property

Map<String, dynamic>? metadata
final

Additional metadata about the execution.

May contain debugging information, performance metrics, rollback status, or other execution details.

Implementation

final Map<String, dynamic>? metadata;