DataSamplingConfig constructor

DataSamplingConfig({
  1. List<String>? behaviors,
})

Implementation

DataSamplingConfig({
  this.behaviors,
});