ISvcsLedger class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ISvcsLedger({required IR5Etab Etab, required IR5EtabFDM EtabFDM, required SvcsLedgerParams Params, required LedgerSummary SvcsTot, required List<ISvcLedger> Svcs})
const
ISvcsLedger.fromJson([Map<String, dynamic>? json])
factory
ISvcsLedger.update(Map<String, dynamic> map, [Map<String, dynamic>? source])
factory

Properties

Etab IR5Etab
final
EtabFDM IR5EtabFDM
final
hashCode int
The hash code for this object.
no setterinherited
Params SvcsLedgerParams
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Svcs List<ISvcLedger>
final
SvcsTot LedgerSummary
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