WeaponSkinLevel constructor

const WeaponSkinLevel(
  1. String uuid,
  2. String? displayName,
  3. Object? levelItem,
  4. String? displayIcon,
  5. String assetPath,
)

Implementation

const WeaponSkinLevel(this.uuid, this.displayName, this.levelItem,
    this.displayIcon, this.assetPath);