choices property

Implementation

List<Input$QuestionChoiceInput>? get choices =>
    (_$data['choices'] as List<Input$QuestionChoiceInput>?);