copyWith property

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

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

Implementation

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