blurVirtualBackground property

bool? get blurVirtualBackground
override

Implementation

bool? get blurVirtualBackground => _$this._blurVirtualBackground;
set blurVirtualBackground (covariant bool? blurVirtualBackground)
covariantoverride

Implementation

set blurVirtualBackground(covariant bool? blurVirtualBackground) =>
    _$this._blurVirtualBackground = blurVirtualBackground;