AssetResponse constructor
AssetResponse(- String assetType,
- String assetCode,
- String assetIssuer,
- AssetAccounts accounts,
- int numClaimableBalances,
- AssetBalances balances,
- String claimableBalancesAmount,
- String pagingToken,
- String amount,
- int numAccounts,
- Flags flags,
- 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);