imageUrl property

  1. @JsonKey(name: 'imageUrl')
String? imageUrl
final

The file path of local images. Use this parameter only when the source type is the image for local video mixing. Examples: Android: /storage/emulated/0/Pictures/image.png iOS: /var/mobile/Containers/Data/Application/

Implementation

@JsonKey(name: 'imageUrl')
final String? imageUrl;