copyWith method

SetUpgradedGiftColors copyWith({
  1. int? upgradedGiftColorsId,
})

Implementation

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