copyWith property

_$SyncDtoCWProxy copyWith

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

Implementation

_$SyncDtoCWProxy get copyWith => _$SyncDtoCWProxyImpl(this);