WeaponSkin constructor

const WeaponSkin(
  1. String uuid,
  2. String displayName,
  3. String themeUuid,
  4. String? contentTierUuid,
  5. String? displayIcon,
  6. String? wallpaper,
  7. String assetPath,
  8. List<WeaponSkinChroma> chromas,
  9. List<WeaponSkinLevel> levels,
)

Implementation

const WeaponSkin(
    this.uuid,
    this.displayName,
    this.themeUuid,
    this.contentTierUuid,
    this.displayIcon,
    this.wallpaper,
    this.assetPath,
    this.chromas,
    this.levels);