isMultiple property

  1. @JsonKey(name: 'multiple')
bool isMultiple
inherited

Does the poll allow multiple-choice answers?

Implementation

@JsonKey(name: 'multiple')
bool get isMultiple => throw _privateConstructorUsedError;