TheMovieBookmark constructor

TheMovieBookmark({
  1. int? bookMarkId,
  2. int? movieId,
  3. int? seen,
  4. TMDBMovie? movie,
})

Implementation

TheMovieBookmark({this.bookMarkId, this.movieId, this.seen, this.movie});