AllowTrustOperationResponse constructor Null safety

AllowTrustOperationResponse(
  1. bool? authorize,
  2. bool? authorizeToMaintainLiabilities,
  3. String? assetIssuer,
  4. String? assetCode,
  5. String? assetType,
  6. String? trustee,
  7. String? trusteeMuxed,
  8. String? trusteeMuxedId,
  9. String? trustor
)

Implementation

AllowTrustOperationResponse(
    this.authorize,
    this.authorizeToMaintainLiabilities,
    this.assetIssuer,
    this.assetCode,
    this.assetType,
    this.trustee,
    this.trusteeMuxed,
    this.trusteeMuxedId,
    this.trustor);