audioPreviewUrl property

  1. @JsonKey(name: 'audio_preview_url')
String? audioPreviewUrl
getter/setter pair

The episode length in milliseconds. A URL to a 30 second preview (MP3 format) of the episode. null if not available.

Implementation

@JsonKey(name: 'audio_preview_url')
String? audioPreviewUrl;