copyWith property
_$DynamicFieldItemCWProxy
get
copyWith
Returns a callable class that can be used as follows: instanceOfDynamicFieldItem.copyWith(...)
or like so:instanceOfDynamicFieldItem.copyWith.fieldName(...)
.
Implementation
// ignore: library_private_types_in_public_api
_$DynamicFieldItemCWProxy get copyWith => _$DynamicFieldItemCWProxyImpl(this);