imdbId property

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

IMDB ID of the series

Implementation

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