messageAttributes property

  1. @JsonKey()
Map<String, dynamic>? messageAttributes
final

Message attributes that are send with the event.

Implementation

@JsonKey()
final Map<String, dynamic>? messageAttributes;