Variation constructor
Variation(
- String idVariation,
- Modifications? modifications,
- bool reference,
- int allocation,
Implementation
Variation(
this.idVariation, this.modifications, this.reference, this.allocation);