LockComment constructor

const LockComment({
  1. @JsonKey.new(name: 'comment_id') required int commentId,
  2. required bool locked,
  3. required String auth,
})

Implementation

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