copyWith property
_$ReferencesCWProxy
get
copyWith
Returns a callable class that can be used as follows: instanceOfReferences.copyWith(...)
.
Implementation
// ignore: library_private_types_in_public_api
_$ReferencesCWProxy get copyWith => _$ReferencesCWProxyImpl(this);