genreIds property

  1. @HiveField(7)
List<int> genreIds
final

List of genre IDs associated with the movie.

Implementation

@HiveField(7)
final List<int> genreIds;