copyWith property

_$DbAdapterCWProxy<T> get copyWith

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

Implementation

_$DbAdapterCWProxy<T> get copyWith => _$DbAdapterCWProxyImpl<T>(this);