copyWith property

_$CommentCWProxy copyWith

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

Implementation

// ignore: library_private_types_in_public_api
_$CommentCWProxy get copyWith => _$CommentCWProxyImpl(this);