ListElement constructor

ListElement({
  1. String? createdDate,
  2. String? transactionId,
  3. String? status,
  4. String? transactionByParty,
  5. String? transactionByContext,
  6. String? fromPartyType,
  7. String? fromPartyId,
  8. String? toPartyType,
  9. String? toPartyId,
})

Implementation

ListElement({
    this.createdDate,
    this.transactionId,
    this.status,
    this.transactionByParty,
    this.transactionByContext,
    this.fromPartyType,
    this.fromPartyId,
    this.toPartyType,
    this.toPartyId,
});