customAttributes method
Implementation
CustomerAttributesBuilder customAttributes(Map<String, String>? attrs) {
_customAttributes = attrs;
return this;
}
CustomerAttributesBuilder customAttributes(Map<String, String>? attrs) {
_customAttributes = attrs;
return this;
}