copyWith method
Implementation
GetGiftUpgradePreview copyWith({int? regularGiftId}) =>
GetGiftUpgradePreview(regularGiftId: regularGiftId ?? this.regularGiftId);
GetGiftUpgradePreview copyWith({int? regularGiftId}) =>
GetGiftUpgradePreview(regularGiftId: regularGiftId ?? this.regularGiftId);