copyWith property

_$IDsCWProxy copyWith

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

Implementation

_$IDsCWProxy get copyWith => _$IDsCWProxyImpl(this);