ownVotes property

List<int>? ownVotes
inherited

When called with a user token, which options has the authorized user chosen?

Contains an array of index values for options.

Implementation

List<int>? get ownVotes => throw _privateConstructorUsedError;