isExternallyHosted property

  1. @JsonKey(name: 'is_externally_hosted')
bool? isExternallyHosted
getter/setter pair

True if the episode is hosted outside of Spotify’s CDN.

Implementation

@JsonKey(name: 'is_externally_hosted')
bool? isExternallyHosted;