customAttrsUpdateMethod property

CustomAttributesUpdateMethod? customAttrsUpdateMethod
final

Specifies how custom attributes should be updated.

Determines whether custom attributes should replace all existing ones or be merged. If null, CustomAttributesUpdateMethod.merge is used as the default behavior.

Implementation

final CustomAttributesUpdateMethod? customAttrsUpdateMethod;