EnableVirtualBackgroundRequest constructor

EnableVirtualBackgroundRequest({
  1. bool? enabled,
  2. int? backgroundSourceType,
  3. int? color,
  4. String? source,
  5. int? blur_degree,
})

Implementation

EnableVirtualBackgroundRequest({
  this.enabled,
  this.backgroundSourceType,
  this.color,
  this.source,
  this.blur_degree,
});