commentId property

  1. @JsonKey.new(name: 'comment_id')
int get commentId
inherited

The comment to vote on.

Implementation

@JsonKey(name: 'comment_id')
int get commentId => throw _privateConstructorUsedError;