ProductionCountry constructor

ProductionCountry({
  1. required String iso31661,
  2. required String name,
})

Implementation

ProductionCountry({
  required this.iso31661,
  required this.name,
});