copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$CommentCopyWith<Comment> get copyWith
inherited

Create a copy of Comment with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$CommentCopyWith<Comment> get copyWith =>
    _$CommentCopyWithImpl<Comment>(this as Comment, _$identity);