UserProperties constructor

UserProperties({
  1. List<UserProperty>? additionalUserProperties,
  2. String? customerType,
  3. String? customerValueBucket,
})

Implementation

UserProperties({
  this.additionalUserProperties,
  this.customerType,
  this.customerValueBucket,
});