mobile method

CustomerAttributesBuilder mobile(
  1. String? mobile
)

Implementation

CustomerAttributesBuilder mobile(String? mobile) {
  _mobile = mobile;
  return this;
}