url property

  1. @JsonKey(name: 'url', disallowNullValue: true)
String url
final

The URL pointing to the media stream with the specified SourceType.

Implementation

@JsonKey(name: 'url', disallowNullValue: true)
final String url;