LockComment constructor
const
LockComment({})
Implementation
const factory LockComment({@JsonKey(name: 'comment_id') required int commentId, required bool locked, required String auth}) = _LockComment;
const factory LockComment({@JsonKey(name: 'comment_id') required int commentId, required bool locked, required String auth}) = _LockComment;