AssetResponse constructor

AssetResponse(
  1. String assetType,
  2. String assetCode,
  3. String assetIssuer,
  4. String pagingToken,
  5. String amount,
  6. int numAccounts,
  7. Flags flags,
  8. AssetResponseLinks links
)

Implementation

AssetResponse(this.assetType, this.assetCode, this.assetIssuer,
    this.pagingToken, this.amount, this.numAccounts, this.flags, this.links);