copyWith method
Implementation
SetUpgradedGiftColors copyWith({int? upgradedGiftColorsId}) =>
SetUpgradedGiftColors(
upgradedGiftColorsId: upgradedGiftColorsId ?? this.upgradedGiftColorsId,
);
SetUpgradedGiftColors copyWith({int? upgradedGiftColorsId}) =>
SetUpgradedGiftColors(
upgradedGiftColorsId: upgradedGiftColorsId ?? this.upgradedGiftColorsId,
);