TrustlineCUDResponse constructor

TrustlineCUDResponse(
  1. String limit,
  2. String assetType,
  3. String assetCode,
  4. String assetIssuer
)

Implementation

TrustlineCUDResponse(
    this.limit, this.assetType, this.assetCode, this.assetIssuer);