attributes property

Map<String, dynamic> attributes
final

immutable custom attributes that are user-defined.

these MUST be json encodable.

Implementation

final Map<String, dynamic> attributes;