answerIds property

List<int>? get answerIds

IDs of the answer options selected by the current user.

Implementation

List<int>? get answerIds => (payload['answer_ids'] as List?)?.cast<int>();