Flags constructor

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

Implementation

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