postId property

  1. @JsonKey.new(name: 'post_id')
int get postId
inherited

The post to vote on.

Implementation

@JsonKey(name: 'post_id')
int get postId => throw _privateConstructorUsedError;