copyWith method
Implementation
InputStoryAreaTypeUpgradedGift copyWith({String? giftName}) =>
InputStoryAreaTypeUpgradedGift(giftName: giftName ?? this.giftName);
InputStoryAreaTypeUpgradedGift copyWith({String? giftName}) =>
InputStoryAreaTypeUpgradedGift(giftName: giftName ?? this.giftName);