copyWith property

_$DbAdapterStateCWProxy copyWith

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

Implementation

_$DbAdapterStateCWProxy get copyWith => _$DbAdapterStateCWProxyImpl(this);