Allow constructor

Allow(
  1. List<Operation> operations,
  2. bool condition
)

Constructor

Implementation

Allow(this.operations, this.condition);