copyWith method
Implementation
UpgradedGiftAttributeRarityPerMille copyWith({int? perMille}) =>
UpgradedGiftAttributeRarityPerMille(perMille: perMille ?? this.perMille);
UpgradedGiftAttributeRarityPerMille copyWith({int? perMille}) =>
UpgradedGiftAttributeRarityPerMille(perMille: perMille ?? this.perMille);