CreateClaimableBalanceOperationResponse constructor Null safety
- String? sponsor,
- Asset? asset,
- String? amount,
- List<
ClaimantResponse?> ? claimants
Implementation
CreateClaimableBalanceOperationResponse(this.sponsor, this.asset, this.amount, this.claimants);