updatedPolls property

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

Implementation

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