AccountFlagsUpdatedEffectResponse constructor

AccountFlagsUpdatedEffectResponse(
  1. bool authRequiredFlag,
  2. bool authRevokableFlag,
  3. bool authClawbackEnabledFlag
)

Implementation

AccountFlagsUpdatedEffectResponse(this.authRequiredFlag,
    this.authRevokableFlag, this.authClawbackEnabledFlag);