pollOptionId property

  1. @JsonKey.new(name: 'poll_option_id')
String? get pollOptionId
inherited

Persistent identifier of the specific poll option to be replied to.

Implementation

@JsonKey(name: 'poll_option_id')
String? get pollOptionId;