source property

  1. @JsonKey(includeIfNull: false)
String? source
getter/setter pair

The local absolute path of the custom background image. PNG and JPG formats are supported. If the path is invalid, the SDK replaces the original background image with a white background image. This parameter takes effect only when the type of the custom background image is BACKGROUND_IMG.

Implementation

@JsonKey(includeIfNull: false)
String? source;