proxyUrl property

  1. @JsonKey.new(includeIfNull: false, name: 'proxy_url')
String? proxyUrl
final

Proxied URL of the attachment

Implementation

@JsonKey(includeIfNull: false, name: 'proxy_url')
final String? proxyUrl;