customAttributes method

CustomerAttributesBuilder customAttributes(
  1. Map<String, String>? attrs
)

Implementation

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