copyWith property

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

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

Implementation

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