url property

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

需要播放的媒体资源的 URL。

Implementation

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