attributes property

Map<String, Object?> attributes
final

Key-value attributes describing the event. Values may be String, int, double, or bool depending on the attribute.

Implementation

final Map<String, Object?> attributes;