copyWith property

_$ImageResponseCWProxy copyWith

Returns a callable class that can be used as follows: instanceOfImageResponse.copyWith(...) or like so:instanceOfImageResponse.copyWith.fieldName(...).

Implementation

// ignore: library_private_types_in_public_api
_$ImageResponseCWProxy get copyWith => _$ImageResponseCWProxyImpl(this);