RemoveComment constructor
const
RemoveComment({})
Implementation
const factory RemoveComment({@JsonKey(name: 'comment_id') required int commentId, required bool removed, String? reason, required String auth}) = _RemoveComment;