copyWith method

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

Implementation

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