minValue property

int get minValue
inherited

When answer = AnswerKind.range, minValue and maxValue represents the range of possible values

Implementation

List<String> get choices;/// When [answer] = [AnswerKind.range], [minValue] and [maxValue] represents the range of possible values
int get minValue;