VirtualBackgroundSourceType enum Null safety

自定义的背景图类型:

Constants

Color → const VirtualBackgroundSourceType

默认)背景图为纯色。

@JsonValue(1)
const VirtualBackgroundSourceType(0)
Img → const VirtualBackgroundSourceType

背景图为 PNG、JPG 格式的图片。

@JsonValue(2)
const VirtualBackgroundSourceType(1)
values → const List<VirtualBackgroundSourceType>

A constant List of the values in this enum, in order of their declaration.

const List<VirtualBackgroundSourceType>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

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