UserProperties constructor
UserProperties({
- List<
UserProperty> ? additionalUserProperties, - String? customerType,
- String? customerValueBucket,
Implementation
UserProperties({
this.additionalUserProperties,
this.customerType,
this.customerValueBucket,
});