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