Genre constructor

const Genre(
  1. int id,
  2. String name
)

Implementation

const Genre(
  this.id,
  this.name,
);