copyWith property
- @JsonKey(includeFromJson: false, includeToJson: false)
inherited
Create a copy of UnspeccedGetPostThreadV2Input with the given fields replaced by the non-null parameter values.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$UnspeccedGetPostThreadV2InputCopyWith<UnspeccedGetPostThreadV2Input> get copyWith => _$UnspeccedGetPostThreadV2InputCopyWithImpl<UnspeccedGetPostThreadV2Input>(this as UnspeccedGetPostThreadV2Input, _$identity);