DeleteCommentResponse constructor

const DeleteCommentResponse({
  1. required bool success,
})

Implementation

const factory DeleteCommentResponse({required bool success}) = _DeleteCommentResponse;