IR5WampDataEvent constructor

const IR5WampDataEvent({
  1. required IR5Etab Etab,
  2. dynamic Frame,
  3. required IR5Station Station,
  4. required IR5Staff Staff,
  5. required IR5WampPayEvent Pay,
  6. required IR5WampBalanceEvent Balance,
  7. required ILedgerTbl Tbl,
})

Implementation

const IR5WampDataEvent({
  required this.Etab,
  this.Frame,
  required this.Station,
  required this.Staff,
  required this.Pay,
  required this.Balance,
  required this.Tbl,
});