backgroundSourceType property

  1. @JsonKey(includeIfNull: false, name: 'background_source_type')
VirtualBackgroundSourceType? backgroundSourceType
getter/setter pair

The type of the custom background image. See BACKGROUND_SOURCE_TYPE .

Implementation

@JsonKey(includeIfNull: false, name: 'background_source_type')
VirtualBackgroundSourceType? backgroundSourceType;