DeleteComment constructor
const
DeleteComment({})
Implementation
const factory DeleteComment({@JsonKey(name: 'comment_id') required int commentId, required bool deleted, required String auth}) = _DeleteComment;
const factory DeleteComment({@JsonKey(name: 'comment_id') required int commentId, required bool deleted, required String auth}) = _DeleteComment;