updatedPolls property

  1. @JsonKey(defaultValue: [], name: 'updated')
List<Poll>? updatedPolls
read / write

The updated polls.

Implementation

@JsonKey(defaultValue: [], name: 'updated')
List<Poll>? updatedPolls;