copyWith method

UpgradedGiftAttributeRarityPerMille copyWith({
  1. int? perMille,
})

Implementation

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