tvdbId property

  1. @JsonKey(name: 'tvdbId')
int? tvdbId
getter/setter pair

TVDB ID for the series

Implementation

@JsonKey(name: 'tvdbId')
int? tvdbId;