TrustlineAuthorizationResponse constructor

TrustlineAuthorizationResponse(
  1. String trustor,
  2. String assetType,
  3. String assetCode
)

Implementation

TrustlineAuthorizationResponse(this.trustor, this.assetType, this.assetCode);