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