copyWith property

_$BaseServiceCWProxy<T> copyWith

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

Implementation

_$BaseServiceCWProxy<T> get copyWith => _$BaseServiceCWProxyImpl<T>(this);