Characteristic constructor

Characteristic({
  1. int? id,
  2. int? geneModulo,
  3. List<int>? possibleValues,
  4. NamedAPIResource? highestStat,
  5. List<Descriptions>? descriptions,
})

Implementation

Characteristic(
    {this.id,
    this.geneModulo,
    this.possibleValues,
    this.highestStat,
    this.descriptions});