copyWith property

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

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

Implementation

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