IR5WampDataEvent constructor
const
IR5WampDataEvent({
- required IR5Etab Etab,
- dynamic Frame,
- required IR5Station Station,
- required IR5Staff Staff,
- required IR5WampPayEvent Pay,
- required IR5WampBalanceEvent Balance,
- 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,
});