AssetResponse constructor

AssetResponse(
  1. String assetType,
  2. String assetCode,
  3. String assetIssuer,
  4. AssetAccounts accounts,
  5. int numClaimableBalances,
  6. AssetBalances balances,
  7. String claimableBalancesAmount,
  8. String pagingToken,
  9. String amount,
  10. int numAccounts,
  11. Flags flags,
  12. AssetResponseLinks links
)

Implementation

AssetResponse(
    this.assetType,
    this.assetCode,
    this.assetIssuer,
    this.accounts,
    this.numClaimableBalances,
    this.balances,
    this.claimableBalancesAmount,
    this.pagingToken,
    this.amount,
    this.numAccounts,
    this.flags,
    this.links);