path property

  1. @JsonKey.new(name: 'path')
String? path
getter/setter pair

Full path to the episode

Implementation

@JsonKey(name: 'path')
String? path;