copyWith property

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

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

Implementation

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