SignerSponsorshipUpdatedEffectResponse constructor

SignerSponsorshipUpdatedEffectResponse(
  1. String? signer,
  2. String? newSponsor,
  3. String? formerSponsor
)

Implementation

SignerSponsorshipUpdatedEffectResponse(
    this.signer, this.newSponsor, this.formerSponsor);