ZoomVideoSdkVirtualBackgroundItem class

Virtual background item interface.

Constructors

ZoomVideoSdkVirtualBackgroundItem(String filePath, String imageName, String type, bool canBeDeleted)
True if allow. Otherwise returns false.
ZoomVideoSdkVirtualBackgroundItem.fromJson(Map<String, dynamic> json)

Properties

canBeDeleted bool
Current item background type. See ZoomVideoSDKVirtualBackgroundDataType.
getter/setter pair
filePath String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageName String
Current item image file path.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Current item image name.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited