SubscribeComment constructor
const
SubscribeComment({})
Implementation
const factory SubscribeComment({@JsonKey(name: 'comment_id') required int commentId, required bool subscribe, required String auth}) = _SubscribeComment;