copyWith property

_$CanvasCWProxy copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$CanvasCWProxy get copyWith => _$CanvasCWProxyImpl(this);