IR5TariffColor constructor

IR5TariffColor({
  1. required int Tariff,
  2. required String Nom,
  3. required String Description,
  4. required String InvoiceToCpy,
  5. required String CpyPriceFml,
  6. required String PriceFml,
  7. required List Prices,
})

Implementation

IR5TariffColor({
  required this.Tariff,
  required this.Nom,
  required this.Description,
  required this.InvoiceToCpy,
  required this.CpyPriceFml,
  required this.PriceFml,
  required this.Prices,
});