ZoomVideoSdkVirtualBackgroundItem constructor

ZoomVideoSdkVirtualBackgroundItem(
  1. String filePath,
  2. String imageName,
  3. String type,
  4. bool canBeDeleted,
)

True if allow. Otherwise returns false.

Implementation

bool canBeDeleted; /// True if allow. Otherwise returns false.

ZoomVideoSdkVirtualBackgroundItem(
    this.filePath,
    this.imageName,
    this.type,
    this.canBeDeleted
    );