AccountResponse constructor
AccountResponse(- String accountId,
- int _sequenceNumber,
- String pagingToken,
- int subentryCount,
- String inflationDestination,
- String homeDomain,
- int lastModifiedLedger,
- Thresholds thresholds,
- Flags flags,
- List<Balance> balances,
- List<Signer> signers,
- AccountResponseData data,
- AccountResponseLinks links,
)
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);