type property

  1. @JsonKey(name: 'type')
PollType get type
inherited

Poll type, currently can be "regular" or "quiz"

Implementation

@JsonKey(name: 'type')
PollType get type;