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. Thresholds thresholds,
  9. Flags flags,
  10. List<Balance> balances,
  11. List<Signer> signers,
  12. AccountResponseData data,
  13. AccountResponseLinks links,
  14. String sponsor,
  15. int numSponsored,
  16. int numSponsoring
)

Implementation

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