copyWith property

_$PaintCWProxy copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$PaintCWProxy get copyWith => _$PaintCWProxyImpl(this);