IR5WampDataEvent class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5WampDataEvent({required IR5Etab Etab, dynamic Frame, required IR5Station Station, required IR5Staff Staff, required IR5WampPayEvent Pay, required IR5WampBalanceEvent Balance, required ILedgerTbl Tbl})
const
IR5WampDataEvent.fromJson([Map<String, dynamic>? json])
factory

Properties

Balance IR5WampBalanceEvent
final
Etab IR5Etab
final
Frame → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
Pay IR5WampPayEvent
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Staff IR5Staff
final
Station IR5Station
final
Tbl ILedgerTbl
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited