allAttributesPrivate method Null safety
- bool allAttributesPrivate
 
Configures the SDK to never include optional attribute values in analytics events.
Implementation
LDConfigBuilder allAttributesPrivate(bool allAttributesPrivate) {
  this._allAttributesPrivate = allAttributesPrivate;
  return this;
}