copyWith property

_$NodeCWProxy copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$NodeCWProxy get copyWith => _$NodeCWProxyImpl(this);