copyWith property

_$CoreGenModelCWProxy get copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$CoreGenModelCWProxy get copyWith => _$CoreGenModelCWProxyImpl(this);