PlaylistGetGenre constructor

PlaylistGetGenre({
  1. int? genreId,
  2. String? name,
})

Returns a new PlaylistGetGenre instance.

Implementation

PlaylistGetGenre({
  this.genreId,
  this.name,
});