ZoomVideoSdkVirtualBackgroundItem.fromJson constructor

ZoomVideoSdkVirtualBackgroundItem.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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