copyWith method

StoryAreaTypeUpgradedGift copyWith({
  1. String? giftName,
})

Implementation

StoryAreaTypeUpgradedGift copyWith({String? giftName}) =>
    StoryAreaTypeUpgradedGift(giftName: giftName ?? this.giftName);