updatedPolls property Null safety

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

Implementation

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