LaunchDarklyConfig constructor

const LaunchDarklyConfig({
  1. bool allAttributesPrivate = false,
  2. Set<String> privateAttributes = const {},
})

Constructor for creating a LaunchDarkly config. All parameters are optional.

Implementation

const LaunchDarklyConfig({
  this.allAttributesPrivate = false,
  this.privateAttributes = const {},
});