AttributePropagationSettings constructor

AttributePropagationSettings({
  1. bool? enable,
  2. String? expression,
  3. List<String>? outputCredentials,
})

Implementation

AttributePropagationSettings({
  this.enable,
  this.expression,
  this.outputCredentials,
});