metadata property

Map<String, Object?> metadata
final

Optional metadata associated with this message.

This can include information like suppressed content, warnings, etc.

Implementation

final Map<String, Object?> metadata;