multipleChoices property

List<String>? multipleChoices

Implementation

List<String>? get multipleChoices =>
    (_$data['multipleChoices'] as List<String>?);