AccountSponsorshipUpdatedEffectResponse constructor

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

Implementation

AccountSponsorshipUpdatedEffectResponse(this.newSponsor, this.formerSponsor);