answers property

Map<String, Answer>? answers
getter/setter pair

The actual answers to the questions, keyed by question_id.

Output only.

Implementation

core.Map<core.String, Answer>? answers;