Alergen constructor

const Alergen({
  1. required String nazev,
  2. int? kod,
  3. String? popis,
})

Implementation

const Alergen({required this.nazev, this.kod, this.popis});