CharmLevel constructor

CharmLevel(
  1. String name,
  2. LocalisedNames localisedNames,
  3. String id,
  4. String assetName,
)

Implementation

CharmLevel(this.name, this.localisedNames, this.id, this.assetName);