url property

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

The HTTP/HTTPS URL address of the image in the live video. The maximum length of this parameter is 1024 bytes.

Implementation

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