options property Null safety

List<PollOption> options
read / write

Lists of options for this current poll

Implementation

List<PollOption> options = [];