Generator constructor

Generator(
  1. GeneratorType type,
  2. int value
)

Implementation

Generator(this.type, this.value);