copyWith property

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

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

Implementation

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