copyWith method

GetGiftUpgradePreview copyWith({
  1. int? regularGiftId,
})

Implementation

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