ArtifactInfo constructor

ArtifactInfo(
  1. String? Flower_of_Life,
  2. String? Sands_of_Eon,
  3. String? Plume_of_Death,
  4. String? Circlet_of_Logos,
  5. String? Goblet_of_Eonothem,
  6. String? one_set_description,
  7. String? two_set_description,
  8. String? four_set_description,
  9. String? Flower_of_Life_asset,
  10. String? Sands_of_Eon_asset,
  11. String? Plume_of_Death_asset,
  12. String? Circlet_of_Logos_asset,
  13. String? Goblet_of_Eonothem_asset,
)

Implementation

ArtifactInfo(
  this.Flower_of_Life,
  this.Sands_of_Eon,
  this.Plume_of_Death,
  this.Circlet_of_Logos,
  this.Goblet_of_Eonothem,
  this.one_set_description,
  this.two_set_description,
  this.four_set_description,
  this.Flower_of_Life_asset,
  this.Sands_of_Eon_asset,
  this.Plume_of_Death_asset,
  this.Circlet_of_Logos_asset,
  this.Goblet_of_Eonothem_asset,
);