AccountResponse constructor

AccountResponse(
  1. String accountId,
  2. int _sequenceNumber,
  3. String pagingToken,
  4. int subentryCount,
  5. String? inflationDestination,
  6. String? homeDomain,
  7. int lastModifiedLedger,
  8. String lastModifiedTime,
  9. Thresholds thresholds,
  10. Flags flags,
  11. List<Balance> balances,
  12. List<Signer> signers,
  13. AccountResponseData data,
  14. AccountResponseLinks links,
  15. String? sponsor,
  16. int numSponsored,
  17. int numSponsoring,
  18. int? sequenceLedger,
  19. String? sequenceTime,
)

Implementation

AccountResponse(
    this.accountId,
    this._sequenceNumber,
    this.pagingToken,
    this.subentryCount,
    this.inflationDestination,
    this.homeDomain,
    this.lastModifiedLedger,
    this.lastModifiedTime,
    this.thresholds,
    this.flags,
    this.balances,
    this.signers,
    this.data,
    this.links,
    this.sponsor,
    this.numSponsored,
    this.numSponsoring,
    this.sequenceLedger,
    this.sequenceTime);