ClaimableBalanceSponsorshipUpdatedEffectResponse constructor Null safety

ClaimableBalanceSponsorshipUpdatedEffectResponse(
  1. String? newSponsor,
  2. String? formerSponsor
)

Implementation

ClaimableBalanceSponsorshipUpdatedEffectResponse(
    this.newSponsor, this.formerSponsor);