MoviCategory constructor

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

Implementation

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