CreateClaimableBalanceOperationResponse constructor Null safety

CreateClaimableBalanceOperationResponse(
  1. String? sponsor,
  2. Asset? asset,
  3. String? amount,
  4. List<ClaimantResponse?>? claimants
)

Implementation

CreateClaimableBalanceOperationResponse(this.sponsor, this.asset, this.amount, this.claimants);