CreateCommentLike constructor
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Implementation
@JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const factory CreateCommentLike({
required int commentId,
required VoteType score,
required String auth,
}) = _CreateCommentLike;