Flags constructor

Flags(
  1. bool authRequired,
  2. bool authRevocable,
  3. bool authImmutable,
  4. bool clawbackEnabled
)

Implementation

Flags(this.authRequired, this.authRevocable, this.authImmutable,
    this.clawbackEnabled);