ZoomVideoSdkVirtualBackgroundItem.fromJson constructor
Implementation
ZoomVideoSdkVirtualBackgroundItem.fromJson(Map<String, dynamic> json)
: filePath = json['filePath'],
imageName = json['imageName'],
type = json['type'],
canBeDeleted = json['canBeDeleted'];