attributes property

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

Attributes that are send with the event.

Implementation

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