Variation constructor

Variation(
  1. String idVariation,
  2. Modifications? modifications,
  3. bool reference,
  4. int allocation,
)

Implementation

Variation(
    this.idVariation, this.modifications, this.reference, this.allocation);