BackendServiceLogConfig constructor

BackendServiceLogConfig({
  1. bool? enable,
  2. List<String>? optionalFields,
  3. String? optionalMode,
  4. double? sampleRate,
})

Implementation

BackendServiceLogConfig({
  this.enable,
  this.optionalFields,
  this.optionalMode,
  this.sampleRate,
});