options property

List<PollOption> options
read / write

List of poll answer options.

Implementation

late List<PollOption> options;