TheMovieKeyword constructor

TheMovieKeyword({
  1. int? id,
  2. String? name,
})

Implementation

TheMovieKeyword({this.id, this.name});