copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$UniqueGiftCopyWith<UniqueGift> get copyWith
inherited

Create a copy of UniqueGift with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$UniqueGiftCopyWith<UniqueGift> get copyWith =>
    _$UniqueGiftCopyWithImpl<UniqueGift>(this as UniqueGift, _$identity);