customAttributes property

Map<String, String?>? customAttributes
final

A dictionary with custom attributes.

The behavior depends on customAttrsUpdateMethod. Values can be set to null to remove specific attributes when using merge method.

Implementation

final Map<String, String?>? customAttributes;